Class: Aws::CodeBuild::Types::FleetProxyRule

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

Overview

Information about the proxy rule for your reserved capacity instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#effectString

The behavior of the proxy rule.

Returns:

  • (String)


2812
2813
2814
2815
2816
2817
2818
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2812

class FleetProxyRule < Struct.new(
  :type,
  :effect,
  :entities)
  SENSITIVE = []
  include Aws::Structure
end

#entitiesArray<String>

The destination of the proxy rule.

Returns:

  • (Array<String>)


2812
2813
2814
2815
2816
2817
2818
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2812

class FleetProxyRule < Struct.new(
  :type,
  :effect,
  :entities)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of proxy rule.

Returns:

  • (String)


2812
2813
2814
2815
2816
2817
2818
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2812

class FleetProxyRule < Struct.new(
  :type,
  :effect,
  :entities)
  SENSITIVE = []
  include Aws::Structure
end