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:



649
650
651
652
653
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 649

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