Class: Aws::CloudFront::Types::ImportSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ImportSource
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The import source for the key value store.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the import source for the key value store.
-
#source_type ⇒ String
The source type of the import source for the key value store.
Instance Attribute Details
#source_arn ⇒ String
The Amazon Resource Name (ARN) of the import source for the key value store.
7692 7693 7694 7695 7696 7697 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7692 class ImportSource < Struct.new( :source_type, :source_arn) SENSITIVE = [] include Aws::Structure end |
#source_type ⇒ String
The source type of the import source for the key value store.
7692 7693 7694 7695 7696 7697 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7692 class ImportSource < Struct.new( :source_type, :source_arn) SENSITIVE = [] include Aws::Structure end |