Class: Aws::DataPipeline::Types::ParameterObject

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

Overview

Contains information about a parameter object.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::ParameterAttribute>

The attributes of the parameter object.

Returns:



570
571
572
573
574
575
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 570

class ParameterObject < Struct.new(
  :id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the parameter object.

Returns:

  • (String)


570
571
572
573
574
575
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 570

class ParameterObject < Struct.new(
  :id,
  :attributes)
  SENSITIVE = []
  include Aws::Structure
end