Class: Aws::Types::DeleteAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def association_id
  @association_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def name
  @name
end