Class: Aws::Types::DescribeRegistrationTypeDefinitionsResult

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)


966
967
968
# File 'sig/types.rbs', line 966

def next_token
  @next_token
end

#registration_type_definitions::Array[Types::RegistrationTypeDefinition]

Returns the value of attribute registration_type_definitions.

Returns:



965
966
967
# File 'sig/types.rbs', line 965

def registration_type_definitions
  @registration_type_definitions
end