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.



8861
8862
8863
# File 'sig/types.rbs', line 8861

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8857
8858
8859
# File 'sig/types.rbs', line 8857

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8858
8859
8860
# File 'sig/types.rbs', line 8858

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


8860
8861
8862
# File 'sig/types.rbs', line 8860

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



8859
8860
8861
# File 'sig/types.rbs', line 8859

def values
  @values
end