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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2843
2844
2845
2846
2847
2848
2849
2850
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2843

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)


2843
2844
2845
2846
2847
2848
2849
2850
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2843

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)


2843
2844
2845
2846
2847
2848
2849
2850
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2843

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)


2843
2844
2845
2846
2847
2848
2849
2850
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2843

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