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.
8632 8633 8634 |
# File 'sig/types.rbs', line 8632 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8628 8629 8630 |
# File 'sig/types.rbs', line 8628 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8629 8630 8631 |
# File 'sig/types.rbs', line 8629 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
8631 8632 8633 |
# File 'sig/types.rbs', line 8631 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
8630 8631 8632 |
# File 'sig/types.rbs', line 8630 def values @values end |