Class: Aws::CodePipeline::Types::BlockerDeclaration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Reserved for future use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Reserved for future use.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
# File 'lib/aws-sdk-codepipeline/types.rb', line 1265

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

#typeString

Reserved for future use.

Returns:

  • (String)


1265
1266
1267
1268
1269
1270
# File 'lib/aws-sdk-codepipeline/types.rb', line 1265

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