Class: Aws::ElasticLoadBalancingV2::Types::RevocationContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::RevocationContent
- Defined in:
- gems/aws-sdk-elasticloadbalancingv2/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.
3201 3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3201 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.
3201 3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3201 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.
3201 3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3201 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.
3201 3202 3203 3204 3205 3206 3207 3208 |
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3201 class RevocationContent < Struct.new( :s3_bucket, :s3_key, :s3_object_version, :revocation_type) SENSITIVE = [] include Aws::Structure end |