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

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

Overview

Basic details of an 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 in Using Amazon Web Services Identity and Access Management for more information.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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

#created_atTime

The timestamp when an OpenSearch application was created.

Returns:

  • (Time)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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

#endpointString

The endpoint URL of an OpenSearch application.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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

#idString

The unique identifier of an OpenSearch application.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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

#last_updated_atTime

The timestamp of the last update to an OpenSearch application.

Returns:

  • (Time)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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

#nameString

The name of an OpenSearch application.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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

#statusString

The current status of an OpenSearch application. Possible values: CREATING, UPDATING, DELETING, FAILED, ACTIVE, and DELETED.

Returns:

  • (String)


542
543
544
545
546
547
548
549
550
551
552
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 542

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