Class: Aws::ElasticLoadBalancingV2::Types::RevocationContent

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#revocation_typeString

The type of revocation file.

Returns:

  • (String)


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_bucketString

The Amazon S3 bucket for the revocation file.

Returns:

  • (String)


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_keyString

The Amazon S3 path for the revocation file.

Returns:

  • (String)


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_versionString

The Amazon S3 object version of the revocation file.

Returns:

  • (String)


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