Class: Aws::Proton::Types::GetServiceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the service that you want to get the detailed data for.

Returns:

  • (String)


3004
3005
3006
3007
3008
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3004

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