Class: Aws::ElasticLoadBalancingV2::Types::RevocationContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::RevocationContent
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about a revocation file.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#revocation_type ⇒ String
The type of revocation file.
-
#s3_bucket ⇒ String
The Amazon S3 bucket for the revocation file.
-
#s3_key ⇒ String
The Amazon S3 path for the revocation file.
-
#s3_object_version ⇒ String
The Amazon S3 object version of the revocation file.
Instance Attribute Details
#revocation_type ⇒ String
The type of revocation file.
3438 3439 3440 3441 3442 3443 3444 3445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3438 class RevocationContent < Struct.new( :s3_bucket, :s3_key, :s3_object_version, :revocation_type) SENSITIVE = [] include Aws::Structure end |
#s3_bucket ⇒ String
The Amazon S3 bucket for the revocation file.
3438 3439 3440 3441 3442 3443 3444 3445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3438 class RevocationContent < Struct.new( :s3_bucket, :s3_key, :s3_object_version, :revocation_type) SENSITIVE = [] include Aws::Structure end |
#s3_key ⇒ String
The Amazon S3 path for the revocation file.
3438 3439 3440 3441 3442 3443 3444 3445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3438 class RevocationContent < Struct.new( :s3_bucket, :s3_key, :s3_object_version, :revocation_type) SENSITIVE = [] include Aws::Structure end |
#s3_object_version ⇒ String
The Amazon S3 object version of the revocation file.
3438 3439 3440 3441 3442 3443 3444 3445 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3438 class RevocationContent < Struct.new( :s3_bucket, :s3_key, :s3_object_version, :revocation_type) SENSITIVE = [] include Aws::Structure end |