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.



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.

Returns:

  • (::String)


8970
8971
8972
# File 'sig/types.rbs', line 8970

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


8971
8972
8973
# File 'sig/types.rbs', line 8971

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


8973
8974
8975
# File 'sig/types.rbs', line 8973

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



8972
8973
8974
# File 'sig/types.rbs', line 8972

def values
  @values
end