Class: Aws::Types::DescribeGlobalReplicationGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeGlobalReplicationGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
-
#show_member_info ⇒ Boolean
Returns the value of attribute show_member_info.
Instance Attribute Details
#global_replication_group_id ⇒ ::String
Returns the value of attribute global_replication_group_id.
763 764 765 |
# File 'sig/types.rbs', line 763 def global_replication_group_id @global_replication_group_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
765 766 767 |
# File 'sig/types.rbs', line 765 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
764 765 766 |
# File 'sig/types.rbs', line 764 def max_records @max_records end |
#show_member_info ⇒ Boolean
Returns the value of attribute show_member_info.
766 767 768 |
# File 'sig/types.rbs', line 766 def show_member_info @show_member_info end |