Class: Aws::Resiliencehubv2::Types::GetSystemRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#system_arnString

ARN identifier.

Returns:

  • (String)


1483
1484
1485
1486
1487
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1483

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