Class: Aws::Types::DescribeDataSharesForProducerMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSharesForProducerMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#producer_arn ⇒ ::String
Returns the value of attribute producer_arn.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#marker ⇒ ::String
Returns the value of attribute marker.
1096 1097 1098 |
# File 'sig/types.rbs', line 1096 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1095 1096 1097 |
# File 'sig/types.rbs', line 1095 def max_records @max_records end |
#producer_arn ⇒ ::String
Returns the value of attribute producer_arn.
1093 1094 1095 |
# File 'sig/types.rbs', line 1093 def producer_arn @producer_arn end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
1094 1095 1096 |
# File 'sig/types.rbs', line 1094 def status @status end |