Class: Aws::Types::DescribeRegistrationFieldDefinitionsResult

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)


918
919
920
# File 'sig/types.rbs', line 918

def next_token
  @next_token
end

#registration_field_definitions::Array[Types::RegistrationFieldDefinition]

Returns the value of attribute registration_field_definitions.



917
918
919
# File 'sig/types.rbs', line 917

def registration_field_definitions
  @registration_field_definitions
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def registration_type
  @registration_type
end