Class: Aws::OpenSearchService::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ApplicationSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#created_at ⇒ Time
The timestamp when an OpenSearch application was created.
-
#endpoint ⇒ String
The endpoint URL of an OpenSearch application.
-
#id ⇒ String
The unique identifier of an OpenSearch application.
-
#last_updated_at ⇒ Time
The timestamp of the last update to an OpenSearch application.
-
#name ⇒ String
The name of an OpenSearch application.
-
#status ⇒ String
The current status of an OpenSearch application.
Instance Attribute Details
#arn ⇒ String
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.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when an OpenSearch application was created.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
The endpoint URL of an OpenSearch application.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of an OpenSearch application.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The timestamp of the last update to an OpenSearch application.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of an OpenSearch application.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of an OpenSearch application. Possible values:
CREATING, UPDATING, DELETING, FAILED, ACTIVE, and
DELETED.
571 572 573 574 575 576 577 578 579 580 581 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 571 class ApplicationSummary < Struct.new( :id, :arn, :name, :endpoint, :status, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |