Class: Aws::OpenSearchServerless::Types::UpdateCollectionDetail

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

Overview

Details about an updated 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)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateInteger

The date and time when the collection was created.

Returns:

  • (Integer)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the collection.

Returns:

  • (String)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the collection.

Returns:

  • (String)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateInteger

The date and time when the collection was last modified.

Returns:

  • (Integer)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the collection.

Returns:

  • (String)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the collection.

Returns:

  • (String)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The collection type.

Returns:

  • (String)


2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2290

class UpdateCollectionDetail < Struct.new(
  :arn,
  :created_date,
  :description,
  :id,
  :last_modified_date,
  :name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end