Class: Aws::ElasticLoadBalancingV2::Types::ModifyTrustStoreInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::ModifyTrustStoreInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ca_certificates_bundle_s3_bucket ⇒ String
The Amazon S3 bucket for the ca certificates bundle.
-
#ca_certificates_bundle_s3_key ⇒ String
The Amazon S3 path for the ca certificates bundle.
-
#ca_certificates_bundle_s3_object_version ⇒ String
The Amazon S3 object version for the ca certificates bundle.
-
#trust_store_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
Instance Attribute Details
#ca_certificates_bundle_s3_bucket ⇒ String
The Amazon S3 bucket for the ca certificates bundle.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3027 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_key ⇒ String
The Amazon S3 path for the ca certificates bundle.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3027 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_version ⇒ String
The Amazon S3 object version for the ca certificates bundle. If undefined the current version is used.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3027 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_arn ⇒ String
The Amazon Resource Name (ARN) of the trust store.
3027 3028 3029 3030 3031 3032 3033 3034 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 3027 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 |