Class: Aws::OpenSearchService::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ApplicationSummary
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the domain.
-
#created_at ⇒ Time
Timestamp at which an OpenSearch Application was created.
-
#endpoint ⇒ String
Endpoint URL of an OpenSearch Application.
-
#id ⇒ String
Unique identifier for an OpenSearch application.
-
#last_updated_at ⇒ Time
Timestamp at which an OpenSearch Application was last updated.
-
#name ⇒ String
Name of an OpenSearch Application.
-
#status ⇒ String
Status of an OpenSearch Application.
Instance Attribute Details
#arn ⇒ String
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.
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_at ⇒ Time
Timestamp at which an OpenSearch Application was created.
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 |
#endpoint ⇒ String
Endpoint URL of an OpenSearch Application.
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 |
#id ⇒ String
Unique identifier for an OpenSearch application.
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_at ⇒ Time
Timestamp at which an OpenSearch Application was last updated.
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 |
#name ⇒ String
Name of an OpenSearch Application.
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 |
#status ⇒ String
Status of an OpenSearch Application. Possible values are ‘CREATING`, `UPDATING`,` DELETING`, `FAILED`, `ACTIVE`, and `DELETED`.
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 |