Class: Aws::SSMIncidents::Types::DeleteReplicationSetInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::DeleteReplicationSetInput
- Defined in:
- gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb
Overview
Note:
When making an API call, you may pass DeleteReplicationSetInput data as a hash:
{
arn: "Arn", # required
}
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.
512 513 514 515 516 |
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 512 class DeleteReplicationSetInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |