Class: Aws::Types::ListTypesByAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1095
1096
1097
# File 'sig/types.rbs', line 1095

def next_token
  @next_token
end

#types::Array[Types::Type]

Returns the value of attribute types.

Returns:



1094
1095
1096
# File 'sig/types.rbs', line 1094

def types
  @types
end