Class: Aws::OpenSearchService::Types::ApplicationSummary

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

Overview

Basic information of the OpenSearch Application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the domain. See [Identifiers for IAM Entities ][1] in *Using Amazon Web Services Identity and Access Management* for more information.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/index.html

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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

#created_atTime

Timestamp at which an OpenSearch Application was created.

Returns:

  • (Time)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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

#endpointString

Endpoint URL of an OpenSearch Application.

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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

#idString

Unique identifier for an OpenSearch application.

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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

#last_updated_atTime

Timestamp at which an OpenSearch Application was last updated.

Returns:

  • (Time)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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

#nameString

Name of an OpenSearch Application.

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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

#statusString

Status of an OpenSearch Application. Possible values are ‘CREATING`, `UPDATING`,` DELETING`, `FAILED`, `ACTIVE`, and `DELETED`.

Returns:

  • (String)


474
475
476
477
478
479
480
481
482
483
484
# File 'lib/aws-sdk-opensearchservice/types.rb', line 474

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