Class: Aws::Types::DataShare

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_publicly_accessible_consumersBoolean

Returns the value of attribute allow_publicly_accessible_consumers.

Returns:

  • (Boolean)


783
784
785
# File 'sig/types.rbs', line 783

def allow_publicly_accessible_consumers
  @allow_publicly_accessible_consumers
end

#data_share_arn::String

Returns the value of attribute data_share_arn.

Returns:

  • (::String)


781
782
783
# File 'sig/types.rbs', line 781

def data_share_arn
  @data_share_arn
end

#data_share_associations::Array[Types::DataShareAssociation]

Returns the value of attribute data_share_associations.

Returns:



784
785
786
# File 'sig/types.rbs', line 784

def data_share_associations
  @data_share_associations
end

#data_share_type"INTERNAL"

Returns the value of attribute data_share_type.

Returns:

  • ("INTERNAL")


786
787
788
# File 'sig/types.rbs', line 786

def data_share_type
  @data_share_type
end

#managed_by::String

Returns the value of attribute managed_by.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def managed_by
  @managed_by
end

#producer_arn::String

Returns the value of attribute producer_arn.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def producer_arn
  @producer_arn
end