Class: Aws::Types::CreatePredefinedAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePredefinedAttributeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_configuration ⇒ Types::InputPredefinedAttributeConfiguration
Returns the value of attribute attribute_configuration.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
-
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
Instance Attribute Details
#attribute_configuration ⇒ Types::InputPredefinedAttributeConfiguration
Returns the value of attribute attribute_configuration.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def values @values end |