Class: Aws::Proton::Types::GetServiceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#serviceTypes::Service

The detailed data of the requested service.

Returns:



3088
3089
3090
3091
3092
# File 'lib/aws-sdk-proton/types.rb', line 3088

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