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.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def values @values end |