Class: Aws::Types::ListManagedEndpointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedEndpointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#states ⇒ ::Array[("CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")]
Returns the value of attribute states.
-
#types ⇒ ::Array[::String]
Returns the value of attribute types.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
435 436 437 |
# File 'sig/types.rbs', line 435 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
434 435 436 |
# File 'sig/types.rbs', line 434 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
438 439 440 |
# File 'sig/types.rbs', line 438 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
439 440 441 |
# File 'sig/types.rbs', line 439 def next_token @next_token end |
#states ⇒ ::Array[("CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")]
Returns the value of attribute states.
437 438 439 |
# File 'sig/types.rbs', line 437 def states @states end |
#types ⇒ ::Array[::String]
Returns the value of attribute types.
436 437 438 |
# File 'sig/types.rbs', line 436 def types @types end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
433 434 435 |
# File 'sig/types.rbs', line 433 def virtual_cluster_id @virtual_cluster_id end |