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.
643 644 645 646 647 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 643 class CreateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |