Class: Aws::Resiliencehubv2::Types::GetSystemResponse

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

#systemTypes::System

The requested system.

Returns:



1495
1496
1497
1498
1499
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1495

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