Class: Aws::Resiliencehubv2::Types::DeleteSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteSystemRequest
- 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.
973 974 975 976 977 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 973 class DeleteSystemRequest < Struct.new( :system_arn) SENSITIVE = [] include Aws::Structure end |