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.



9012
9013
9014
# File 'sig/types.rbs', line 9012

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9008
9009
9010
# File 'sig/types.rbs', line 9008

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9009
9010
9011
# File 'sig/types.rbs', line 9009

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


9011
9012
9013
# File 'sig/types.rbs', line 9011

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



9010
9011
9012
# File 'sig/types.rbs', line 9010

def values
  @values
end