Class: Aws::CloudFront::Types::ImportSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#source_arnString

The Amazon Resource Name (ARN) of the import source for the key value store.

Returns:

  • (String)


5957
5958
5959
5960
5961
5962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5957

class ImportSource < Struct.new(
  :source_type,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_typeString

The source type of the import source for the key value store.

Returns:

  • (String)


5957
5958
5959
5960
5961
5962
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5957

class ImportSource < Struct.new(
  :source_type,
  :source_arn)
  SENSITIVE = []
  include Aws::Structure
end