Class: Aws::OpenSearchService::Types::DomainMaintenanceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::DomainMaintenanceDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
Container for the domain maintenance details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The name of the action.
-
#created_at ⇒ Time
The time at which the action was created.
-
#domain_name ⇒ String
The name of the domain.
-
#maintenance_id ⇒ String
The ID of the requested action.
-
#node_id ⇒ String
The ID of the data node.
-
#status ⇒ String
The status of the action.
-
#status_message ⇒ String
The status message for the action.
-
#updated_at ⇒ Time
The time at which the action was updated.
Instance Attribute Details
#action ⇒ String
The name of the action.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time at which the action was created.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The name of the domain.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#maintenance_id ⇒ String
The ID of the requested action.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The ID of the data node.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the action.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message for the action.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The time at which the action was updated.
3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 3276 class DomainMaintenanceDetails < Struct.new( :maintenance_id, :domain_name, :action, :node_id, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |