Class: Aws::Types::RegistrationTypeDefinition
- Inherits:
-
Object
- Object
- Aws::Types::RegistrationTypeDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_hints ⇒ Types::RegistrationTypeDisplayHints
Returns the value of attribute display_hints.
-
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
-
#supported_associations ⇒ ::Array[Types::SupportedAssociation]
Returns the value of attribute supported_associations.
Instance Attribute Details
#display_hints ⇒ Types::RegistrationTypeDisplayHints
Returns the value of attribute display_hints.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def display_hints @display_hints end |
#registration_type ⇒ ::String
Returns the value of attribute registration_type.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def registration_type @registration_type end |
#supported_associations ⇒ ::Array[Types::SupportedAssociation]
Returns the value of attribute supported_associations.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def supported_associations @supported_associations end |