Class: Aws::OpenSearchServerless::Types::CollectionSummary

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

Overview

Details about each OpenSearch Serverless collection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the collection.

Returns:

  • (String)


444
445
446
447
448
449
450
451
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444

class CollectionSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the collection.

Returns:

  • (String)


444
445
446
447
448
449
450
451
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444

class CollectionSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the collection.

Returns:

  • (String)


444
445
446
447
448
449
450
451
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444

class CollectionSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the collection.

Returns:

  • (String)


444
445
446
447
448
449
450
451
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 444

class CollectionSummary < Struct.new(
  :arn,
  :id,
  :name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end