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.



1691
1692
1693
# File 'sig/types.rbs', line 1691

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1687
1688
1689
# File 'sig/types.rbs', line 1687

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1688
1689
1690
# File 'sig/types.rbs', line 1688

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


1690
1691
1692
# File 'sig/types.rbs', line 1690

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



1689
1690
1691
# File 'sig/types.rbs', line 1689

def values
  @values
end