Class: Aws::Resiliencehubv2::Types::CreateServiceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehubv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

The created service.

Returns:



643
644
645
646
647
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 643

class CreateServiceResponse < Struct.new(
  :service)
  SENSITIVE = []
  include Aws::Structure
end