Class: Aws::ElasticLoadBalancingV2::Types::ModifyTrustStoreInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ca_certificates_bundle_s3_bucketString

The Amazon S3 bucket for the ca certificates bundle.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2691

class ModifyTrustStoreInput < Struct.new(
  :trust_store_arn,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version)
  SENSITIVE = []
  include Aws::Structure
end

#ca_certificates_bundle_s3_keyString

The Amazon S3 path for the ca certificates bundle.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2691

class ModifyTrustStoreInput < Struct.new(
  :trust_store_arn,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version)
  SENSITIVE = []
  include Aws::Structure
end

#ca_certificates_bundle_s3_object_versionString

The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2691

class ModifyTrustStoreInput < Struct.new(
  :trust_store_arn,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version)
  SENSITIVE = []
  include Aws::Structure
end

#trust_store_arnString

The Amazon Resource Name (ARN) of the trust store.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2691

class ModifyTrustStoreInput < Struct.new(
  :trust_store_arn,
  :ca_certificates_bundle_s3_bucket,
  :ca_certificates_bundle_s3_key,
  :ca_certificates_bundle_s3_object_version)
  SENSITIVE = []
  include Aws::Structure
end