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.



1670
1671
1672
# File 'sig/types.rbs', line 1670

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1666
1667
1668
# File 'sig/types.rbs', line 1666

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1667
1668
1669
# File 'sig/types.rbs', line 1667

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


1669
1670
1671
# File 'sig/types.rbs', line 1669

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



1668
1669
1670
# File 'sig/types.rbs', line 1668

def values
  @values
end