Class: Aws::Resiliencehubv2::Types::DeleteSystemResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#system_arnString

ARN identifier.

Returns:

  • (String)


1074
1075
1076
1077
1078
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 1074

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