Class: Aws::Types::RemoveAttributesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:



2529
2530
2531
# File 'sig/types.rbs', line 2529

def application_id
  @application_id
end

#attribute_type::String

Returns the value of attribute attribute_type.

Returns:



2530
2531
2532
# File 'sig/types.rbs', line 2530

def attribute_type
  @attribute_type
end

#update_attributes_requestTypes::UpdateAttributesRequest

Returns the value of attribute update_attributes_request.

Returns:



2531
2532
2533
# File 'sig/types.rbs', line 2531

def update_attributes_request
  @update_attributes_request
end