Class: Aws::Types::UpdatePredefinedAttributeRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePredefinedAttributeRequest
- 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.
8642 8643 8644 |
# File 'sig/types.rbs', line 8642 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8638 8639 8640 |
# File 'sig/types.rbs', line 8638 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8639 8640 8641 |
# File 'sig/types.rbs', line 8639 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
8641 8642 8643 |
# File 'sig/types.rbs', line 8641 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
8640 8641 8642 |
# File 'sig/types.rbs', line 8640 def values @values end |