Class: Aws::Types::DisassociateDataShareConsumerMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumer_arn::String

Returns the value of attribute consumer_arn.

Returns:

  • (::String)


1396
1397
1398
# File 'sig/types.rbs', line 1396

def consumer_arn
  @consumer_arn
end

#consumer_region::String

Returns the value of attribute consumer_region.

Returns:

  • (::String)


1397
1398
1399
# File 'sig/types.rbs', line 1397

def consumer_region
  @consumer_region
end

#data_share_arn::String

Returns the value of attribute data_share_arn.

Returns:

  • (::String)


1394
1395
1396
# File 'sig/types.rbs', line 1394

def data_share_arn
  @data_share_arn
end

#disassociate_entire_accountBoolean

Returns the value of attribute disassociate_entire_account.

Returns:

  • (Boolean)


1395
1396
1397
# File 'sig/types.rbs', line 1395

def 
  @disassociate_entire_account
end