Class: Aws::Types::DescribeDataSharesForConsumerMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSharesForConsumerMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#status ⇒ "ACTIVE", "AVAILABLE"
Returns the value of attribute status.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def consumer_arn @consumer_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1082 1083 1084 |
# File 'sig/types.rbs', line 1082 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1081 1082 1083 |
# File 'sig/types.rbs', line 1081 def max_records @max_records end |
#status ⇒ "ACTIVE", "AVAILABLE"
Returns the value of attribute status.
1080 1081 1082 |
# File 'sig/types.rbs', line 1080 def status @status end |