Class: Aws::CloudFront::Types::ImportSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ImportSource
- Includes:
- Structure
- Defined in:
- 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.
5959 5960 5961 5962 5963 5964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5959 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.
5959 5960 5961 5962 5963 5964 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5959 class ImportSource < Struct.new( :source_type, :source_arn) SENSITIVE = [] include Aws::Structure end |