Class: Aws::Types::RequiredActivatedType
- Inherits:
-
Object
- Object
- Aws::Types::RequiredActivatedType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
-
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
-
#supported_major_versions ⇒ ::Array[::Integer]
Returns the value of attribute supported_major_versions.
-
#type_name_alias ⇒ ::String
Returns the value of attribute type_name_alias.
Instance Attribute Details
#original_type_name ⇒ ::String
Returns the value of attribute original_type_name.
1413 1414 1415 |
# File 'sig/types.rbs', line 1413 def original_type_name @original_type_name end |
#publisher_id ⇒ ::String
Returns the value of attribute publisher_id.
1414 1415 1416 |
# File 'sig/types.rbs', line 1414 def publisher_id @publisher_id end |
#supported_major_versions ⇒ ::Array[::Integer]
Returns the value of attribute supported_major_versions.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def supported_major_versions @supported_major_versions end |
#type_name_alias ⇒ ::String
Returns the value of attribute type_name_alias.
1412 1413 1414 |
# File 'sig/types.rbs', line 1412 def type_name_alias @type_name_alias end |