Class: Aws::Types::RegistrationTypeDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_hintsTypes::RegistrationTypeDisplayHints

Returns the value of attribute display_hints.



1803
1804
1805
# File 'sig/types.rbs', line 1803

def display_hints
  @display_hints
end

#registration_type::String

Returns the value of attribute registration_type.

Returns:

  • (::String)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def registration_type
  @registration_type
end

#supported_associations::Array[Types::SupportedAssociation]

Returns the value of attribute supported_associations.

Returns:



1802
1803
1804
# File 'sig/types.rbs', line 1802

def supported_associations
  @supported_associations
end