Class: Aws::Resiliencehubv2::Types::GetServiceResponse

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 requested service.

Returns:



1698
1699
1700
1701
1702
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 1698

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