Class: Aws::Proton::Types::GetServiceTemplateInput

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 template that you want to get detailed data for.

Returns:

  • (String)


3159
3160
3161
3162
3163
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 3159

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