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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The store's ARN.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2493

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

#creation_timeTime

When the store was created.

Returns:

  • (Time)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2493

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

#descriptionString

The store's description.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2493

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

#idString

The store's ID.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2493

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

#nameString

The store's name.

Returns:

  • (String)


2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2493

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.

Returns:



2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 2493

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