Class: Aws::Types::GetEntityTypesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entity_types::Array[Types::EntityType]

Returns the value of attribute entity_types.

Returns:



687
688
689
# File 'sig/types.rbs', line 687

def entity_types
  @entity_types
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


688
689
690
# File 'sig/types.rbs', line 688

def next_token
  @next_token
end