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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2619
2620
2621
2622
2623
2624
2625
# File 'lib/aws-sdk-codebuild/types.rb', line 2619

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

#entitiesArray<String>

The destination of the proxy rule.

Returns:

  • (Array<String>)


2619
2620
2621
2622
2623
2624
2625
# File 'lib/aws-sdk-codebuild/types.rb', line 2619

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

#typeString

The type of proxy rule.

Returns:

  • (String)


2619
2620
2621
2622
2623
2624
2625
# File 'lib/aws-sdk-codebuild/types.rb', line 2619

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