class Aws::EMRContainers::Types::ListManagedEndpointsRequest
@note When making an API call, you may pass ListManagedEndpointsRequest
data as a hash: { virtual_cluster_id: "ResourceIdString", # required created_before: Time.now, created_after: Time.now, types: ["EndpointType"], states: ["CREATING"], # accepts CREATING, ACTIVE, TERMINATING, TERMINATED, TERMINATED_WITH_ERRORS max_results: 1, next_token: "NextToken", }
@!attribute [rw] virtual_cluster_id
The ID of the virtual cluster. @return [String]
@!attribute [rw] created_before
The date and time before which the endpoints are created. @return [Time]
@!attribute [rw] created_after
The date and time after which the endpoints are created. @return [Time]
@!attribute [rw] types
The types of the managed endpoints. @return [Array<String>]
@!attribute [rw] states
The states of the managed endpoints. @return [Array<String>]
@!attribute [rw] max_results
The maximum number of managed endpoints that can be listed. @return [Integer]
@!attribute [rw] next_token
The token for the next set of managed endpoints to return. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/ListManagedEndpointsRequest AWS API Documentation
Constants
- SENSITIVE