Class: Aws::Types::CreatePredefinedAttributeRequest

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.



1637
1638
1639
# File 'sig/types.rbs', line 1637

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1634
1635
1636
# File 'sig/types.rbs', line 1634

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


1636
1637
1638
# File 'sig/types.rbs', line 1636

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



1635
1636
1637
# File 'sig/types.rbs', line 1635

def values
  @values
end