Class: Aws::Proton::Types::GetComponentInput

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

Returns:

  • (String)


2735
2736
2737
2738
2739
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 2735

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