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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 '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 'lib/aws-sdk-datapipeline/types.rb', line 570

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