Class: Aws::Types::TypeConfigurationIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::TypeConfigurationIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#type_configuration_alias ⇒ ::String
Returns the value of attribute type_configuration_alias.
-
#type_configuration_arn ⇒ ::String
Returns the value of attribute type_configuration_arn.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def type @type end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
2072 2073 2074 |
# File 'sig/types.rbs', line 2072 def type_arn @type_arn end |
#type_configuration_alias ⇒ ::String
Returns the value of attribute type_configuration_alias.
2073 2074 2075 |
# File 'sig/types.rbs', line 2073 def type_configuration_alias @type_configuration_alias end |
#type_configuration_arn ⇒ ::String
Returns the value of attribute type_configuration_arn.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def type_configuration_arn @type_configuration_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2076 2077 2078 |
# File 'sig/types.rbs', line 2076 def type_name @type_name end |