Class: Aws::Resiliencehubv2::Types::GetSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::GetSystemRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#system_arn ⇒ String
ARN identifier.
Instance Attribute Details
#system_arn ⇒ String
ARN identifier.
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 |