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.
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.
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.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def supported_associations @supported_associations end |