Class: Aws::Resiliencehubv2::Types::CreateServiceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::CreateServiceResponse
- Defined in:
- gems/aws-sdk-resiliencehubv2/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 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 643 class CreateServiceResponse < Struct.new( :service) SENSITIVE = [] include Aws::Structure end |