Class: Aws::Types::DescribeGlobalReplicationGroupsMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#global_replication_group_id::String

Returns the value of attribute global_replication_group_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def marker
  @marker
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


764
765
766
# File 'sig/types.rbs', line 764

def max_records
  @max_records
end

#show_member_infoBoolean

Returns the value of attribute show_member_info.

Returns:

  • (Boolean)


766
767
768
# File 'sig/types.rbs', line 766

def show_member_info
  @show_member_info
end