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.
8992 8993 8994 |
# File 'sig/types.rbs', line 8992 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8988 8989 8990 |
# File 'sig/types.rbs', line 8988 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8989 8990 8991 |
# File 'sig/types.rbs', line 8989 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
8991 8992 8993 |
# File 'sig/types.rbs', line 8991 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
8990 8991 8992 |
# File 'sig/types.rbs', line 8990 def values @values end |