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.



3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3178

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.



3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3178

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.



3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3178

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.



3178
3179
3180
3181
3182
3183
3184
3185
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3178

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