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)


5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-omics/types.rb', line 5055

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)


5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-omics/types.rb', line 5055

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

#descriptionString

The store’s description.

Returns:

  • (String)


5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-omics/types.rb', line 5055

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

#idString

The store’s ID.

Returns:

  • (String)


5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-omics/types.rb', line 5055

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

#nameString

The store’s name.

Returns:

  • (String)


5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-omics/types.rb', line 5055

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:



5055
5056
5057
5058
5059
5060
5061
5062
5063
5064
# File 'lib/aws-sdk-omics/types.rb', line 5055

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