Class: Aws::Resiliencehubv2::Types::CreateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateServiceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service ⇒ Types::Service
The created service.
Instance Attribute Details
#service ⇒ Types::Service
The created service.
676 677 678 679 680 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 676 class CreateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |