Class: Aws::Types::UpdatePredefinedAttributeRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_configurationTypes::InputPredefinedAttributeConfiguration

Returns the value of attribute attribute_configuration.



9111
9112
9113
# File 'sig/types.rbs', line 9111

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.



9107
9108
9109
# File 'sig/types.rbs', line 9107

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.



9108
9109
9110
# File 'sig/types.rbs', line 9108

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.



9110
9111
9112
# File 'sig/types.rbs', line 9110

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



9109
9110
9111
# File 'sig/types.rbs', line 9109

def values
  @values
end