Class: Aws::Types::AssociateDataShareConsumerMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_writesBoolean

Returns the value of attribute allow_writes.

Returns:

  • (Boolean)


56
57
58
# File 'sig/types.rbs', line 56

def allow_writes
  @allow_writes
end

#associate_entire_accountBoolean

Returns the value of attribute associate_entire_account.

Returns:

  • (Boolean)


53
54
55
# File 'sig/types.rbs', line 53

def 
  @associate_entire_account
end

#consumer_arn::String

Returns the value of attribute consumer_arn.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def consumer_arn
  @consumer_arn
end

#consumer_region::String

Returns the value of attribute consumer_region.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def consumer_region
  @consumer_region
end

#data_share_arn::String

Returns the value of attribute data_share_arn.

Returns:

  • (::String)


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

def data_share_arn
  @data_share_arn
end