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.
8835 8836 8837 |
# File 'sig/types.rbs', line 8835 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8831 8832 8833 |
# File 'sig/types.rbs', line 8831 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8832 8833 8834 |
# File 'sig/types.rbs', line 8832 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
8834 8835 8836 |
# File 'sig/types.rbs', line 8834 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
8833 8834 8835 |
# File 'sig/types.rbs', line 8833 def values @values end |