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.



1709
1710
1711
# File 'sig/types.rbs', line 1709

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1705
1706
1707
# File 'sig/types.rbs', line 1705

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1706
1707
1708
# File 'sig/types.rbs', line 1706

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


1708
1709
1710
# File 'sig/types.rbs', line 1708

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



1707
1708
1709
# File 'sig/types.rbs', line 1707

def values
  @values
end