Class: Aws::Types::UpdatePredefinedAttributeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_configurationTypes::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.

Returns:

  • (::String)


8831
8832
8833
# File 'sig/types.rbs', line 8831

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8832
8833
8834
# File 'sig/types.rbs', line 8832

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


8834
8835
8836
# File 'sig/types.rbs', line 8834

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



8833
8834
8835
# File 'sig/types.rbs', line 8833

def values
  @values
end