Class: Aws::CodeBuild::Types::FleetProxyRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::FleetProxyRule
- 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
-
#effect ⇒ String
The behavior of the proxy rule.
-
#entities ⇒ Array<String>
The destination of the proxy rule.
-
#type ⇒ String
The type of proxy rule.
Instance Attribute Details
#effect ⇒ String
The behavior of the proxy rule.
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 |
#entities ⇒ Array<String>
The destination of the proxy rule.
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 |
#type ⇒ String
The type of proxy rule.
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 |