Class: Aws::Types::ListManagedEndpointsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("CREATING" | "ACTIVE" | "TERMINATING" | "TERMINATED" | "TERMINATED_WITH_ERRORS")])


437
438
439
# File 'sig/types.rbs', line 437

def states
  @states
end

#types::Array[::String]

Returns the value of attribute types.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def virtual_cluster_id
  @virtual_cluster_id
end