Class: Aws::SSMIncidents::Types::ListReplicationSetsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ListReplicationSetsOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to continue to the next page of results.
-
#replication_set_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the list replication set.
Instance Attribute Details
#next_token ⇒ String
The pagination token to continue to the next page of results.
1387 1388 1389 1390 1391 1392 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1387 class ListReplicationSetsOutput < Struct.new( :next_token, :replication_set_arns) SENSITIVE = [] include Aws::Structure end |
#replication_set_arns ⇒ Array<String>
The Amazon Resource Name (ARN) of the list replication set.
1387 1388 1389 1390 1391 1392 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 1387 class ListReplicationSetsOutput < Struct.new( :next_token, :replication_set_arns) SENSITIVE = [] include Aws::Structure end |