Class: Aws::SSMIncidents::Types::CreateReplicationSetOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::CreateReplicationSetOutput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the replication set.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the replication set.
375 376 377 378 379 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 375 class CreateReplicationSetOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |