Class: Aws::Types::AuthorizeDataShareMessage

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)


112
113
114
# File 'sig/types.rbs', line 112

def allow_writes
  @allow_writes
end

#consumer_identifier::String

Returns the value of attribute consumer_identifier.

Returns:

  • (::String)


111
112
113
# File 'sig/types.rbs', line 111

def consumer_identifier
  @consumer_identifier
end

#data_share_arn::String

Returns the value of attribute data_share_arn.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def data_share_arn
  @data_share_arn
end