Class: Aws::Omics::Types::GetReferenceStoreResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-omics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The store's ARN.



3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'lib/aws-sdk-omics/types.rb', line 3766

class GetReferenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the store was created.



3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'lib/aws-sdk-omics/types.rb', line 3766

class GetReferenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The store's description.



3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'lib/aws-sdk-omics/types.rb', line 3766

class GetReferenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The store's ID.



3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'lib/aws-sdk-omics/types.rb', line 3766

class GetReferenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The store's name.



3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'lib/aws-sdk-omics/types.rb', line 3766

class GetReferenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end

#sse_configTypes::SseConfig

The store's server-side encryption (SSE) settings.



3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
# File 'lib/aws-sdk-omics/types.rb', line 3766

class GetReferenceStoreResponse < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :sse_config,
  :creation_time)
  SENSITIVE = []
  include Aws::Structure
end