Class: Aws::SSMIncidents::Types::DeleteReplicationSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteReplicationSetInput
- Includes:
- Aws::Structure
- Defined in:
- 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 you’re deleting.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the replication set you’re deleting.
565 566 567 568 569 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 565 class DeleteReplicationSetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |