Class: Aws::Types::DataShareAssociation
- Inherits:
-
Object
- Object
- Aws::Types::DataShareAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_accepted_writes ⇒ Boolean
Returns the value of attribute consumer_accepted_writes.
-
#consumer_identifier ⇒ ::String
Returns the value of attribute consumer_identifier.
-
#consumer_region ⇒ ::String
Returns the value of attribute consumer_region.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#producer_allowed_writes ⇒ Boolean
Returns the value of attribute producer_allowed_writes.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#status_change_date ⇒ ::Time
Returns the value of attribute status_change_date.
Instance Attribute Details
#consumer_accepted_writes ⇒ Boolean
Returns the value of attribute consumer_accepted_writes.
798 799 800 |
# File 'sig/types.rbs', line 798 def consumer_accepted_writes @consumer_accepted_writes end |
#consumer_identifier ⇒ ::String
Returns the value of attribute consumer_identifier.
792 793 794 |
# File 'sig/types.rbs', line 792 def consumer_identifier @consumer_identifier end |
#consumer_region ⇒ ::String
Returns the value of attribute consumer_region.
794 795 796 |
# File 'sig/types.rbs', line 794 def consumer_region @consumer_region end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
795 796 797 |
# File 'sig/types.rbs', line 795 def created_date @created_date end |
#producer_allowed_writes ⇒ Boolean
Returns the value of attribute producer_allowed_writes.
797 798 799 |
# File 'sig/types.rbs', line 797 def producer_allowed_writes @producer_allowed_writes end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
793 794 795 |
# File 'sig/types.rbs', line 793 def status @status end |
#status_change_date ⇒ ::Time
Returns the value of attribute status_change_date.
796 797 798 |
# File 'sig/types.rbs', line 796 def status_change_date @status_change_date end |