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.
797 798 799 |
# File 'sig/types.rbs', line 797 def consumer_accepted_writes @consumer_accepted_writes end |
#consumer_identifier ⇒ ::String
Returns the value of attribute consumer_identifier.
791 792 793 |
# File 'sig/types.rbs', line 791 def consumer_identifier @consumer_identifier end |
#consumer_region ⇒ ::String
Returns the value of attribute consumer_region.
793 794 795 |
# File 'sig/types.rbs', line 793 def consumer_region @consumer_region end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
794 795 796 |
# File 'sig/types.rbs', line 794 def created_date @created_date end |
#producer_allowed_writes ⇒ Boolean
Returns the value of attribute producer_allowed_writes.
796 797 798 |
# File 'sig/types.rbs', line 796 def producer_allowed_writes @producer_allowed_writes end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
792 793 794 |
# File 'sig/types.rbs', line 792 def status @status end |
#status_change_date ⇒ ::Time
Returns the value of attribute status_change_date.
795 796 797 |
# File 'sig/types.rbs', line 795 def status_change_date @status_change_date end |