Class: Aws::Resiliencehubv2::Types::DeleteSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::DeleteSystemResponse
- 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.
985 986 987 988 989 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 985 class DeleteSystemResponse < Struct.new( :system_arn) SENSITIVE = [] include Aws::Structure end |