Class: Aws::Omics::Types::ReferenceStoreDetail

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

Overview

Details about a reference store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The store’s ARN.

Returns:

  • (String)


5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-omics/types.rb', line 5454

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

#creation_timeTime

When the store was created.

Returns:

  • (Time)


5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-omics/types.rb', line 5454

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

#descriptionString

The store’s description.

Returns:

  • (String)


5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-omics/types.rb', line 5454

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

#idString

The store’s ID.

Returns:

  • (String)


5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-omics/types.rb', line 5454

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

#nameString

The store’s name.

Returns:

  • (String)


5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-omics/types.rb', line 5454

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

#sse_configTypes::SseConfig

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

Returns:



5454
5455
5456
5457
5458
5459
5460
5461
5462
5463
# File 'lib/aws-sdk-omics/types.rb', line 5454

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