Class: Aws::Types::SetTypeConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::SetTypeConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration ⇒ ::String
Returns the value of attribute configuration.
-
#configuration_alias ⇒ ::String
Returns the value of attribute configuration_alias.
-
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
-
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#configuration ⇒ ::String
Returns the value of attribute configuration.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def configuration @configuration end |
#configuration_alias ⇒ ::String
Returns the value of attribute configuration_alias.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def configuration_alias @configuration_alias end |
#type ⇒ "RESOURCE", ...
Returns the value of attribute type.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def type @type end |
#type_arn ⇒ ::String
Returns the value of attribute type_arn.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def type_arn @type_arn end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def type_name @type_name end |