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.
8974 8975 8976 |
# File 'sig/types.rbs', line 8974 def attribute_configuration @attribute_configuration end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8970 8971 8972 |
# File 'sig/types.rbs', line 8970 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
8971 8972 8973 |
# File 'sig/types.rbs', line 8971 def name @name end |
#purposes ⇒ ::Array[::String]
Returns the value of attribute purposes.
8973 8974 8975 |
# File 'sig/types.rbs', line 8973 def purposes @purposes end |
#values ⇒ Types::PredefinedAttributeValues
Returns the value of attribute values.
8972 8973 8974 |
# File 'sig/types.rbs', line 8972 def values @values end |