Class: Aws::Types::PutAttributesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::ReplaceableAttribute]

Returns the value of attribute attributes.

Returns:



181
182
183
# File 'sig/types.rbs', line 181

def attributes
  @attributes
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


179
180
181
# File 'sig/types.rbs', line 179

def domain_name
  @domain_name
end

#expectedTypes::UpdateCondition

Returns the value of attribute expected.



182
183
184
# File 'sig/types.rbs', line 182

def expected
  @expected
end

#item_name::String

Returns the value of attribute item_name.

Returns:

  • (::String)


180
181
182
# File 'sig/types.rbs', line 180

def item_name
  @item_name
end