Class: Aws::SSMIncidents::Types::DeleteReplicationSetInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the replication set you're deleting.

Returns:

  • (String)


565
566
567
568
569
# File 'gems/aws-sdk-ssmincidents/lib/aws-sdk-ssmincidents/types.rb', line 565

class DeleteReplicationSetInput < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end