Class: Aws::Types::DeleteAssociationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_arn::String

Returns the value of attribute destination_arn.

Returns:

  • (::String)


3281
3282
3283
# File 'sig/types.rbs', line 3281

def destination_arn
  @destination_arn
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


3280
3281
3282
# File 'sig/types.rbs', line 3280

def source_arn
  @source_arn
end