Class: Aws::Types::DeleteAttributesRequest

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::Attribute]

Returns the value of attribute attributes.

Returns:



50
51
52
# File 'sig/types.rbs', line 50

def attributes
  @attributes
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def domain_name
  @domain_name
end

#expectedTypes::UpdateCondition

Returns the value of attribute expected.



51
52
53
# File 'sig/types.rbs', line 51

def expected
  @expected
end

#item_name::String

Returns the value of attribute item_name.

Returns:

  • (::String)


49
50
51
# File 'sig/types.rbs', line 49

def item_name
  @item_name
end