Class: Aws::Types::DataShare
- Inherits:
-
Object
- Object
- Aws::Types::DataShare
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_publicly_accessible_consumers ⇒ Boolean
Returns the value of attribute allow_publicly_accessible_consumers.
-
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
-
#data_share_associations ⇒ ::Array[Types::DataShareAssociation]
Returns the value of attribute data_share_associations.
-
#data_share_type ⇒ "INTERNAL"
Returns the value of attribute data_share_type.
-
#managed_by ⇒ ::String
Returns the value of attribute managed_by.
-
#producer_arn ⇒ ::String
Returns the value of attribute producer_arn.
Instance Attribute Details
#allow_publicly_accessible_consumers ⇒ Boolean
Returns the value of attribute allow_publicly_accessible_consumers.
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.
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.
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.
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.
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.
782 783 784 |
# File 'sig/types.rbs', line 782 def producer_arn @producer_arn end |