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.



1675
1676
1677
# File 'sig/types.rbs', line 1675

def attribute_configuration
  @attribute_configuration
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


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

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1672
1673
1674
# File 'sig/types.rbs', line 1672

def name
  @name
end

#purposes::Array[::String]

Returns the value of attribute purposes.

Returns:

  • (::Array[::String])


1674
1675
1676
# File 'sig/types.rbs', line 1674

def purposes
  @purposes
end

#valuesTypes::PredefinedAttributeValues

Returns the value of attribute values.



1673
1674
1675
# File 'sig/types.rbs', line 1673

def values
  @values
end