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