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)


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_keyString

The Amazon S3 path for the ca certificates bundle.

Returns:

  • (String)


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_versionString

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

Returns:

  • (String)


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_arnString

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

Returns:

  • (String)


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