Class: Aws::DocDB::Types::ResourcePendingMaintenanceActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::ResourcePendingMaintenanceActions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-docdb/types.rb
Overview
Represents the output of ApplyPendingMaintenanceAction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pending_maintenance_action_details ⇒ Array<Types::PendingMaintenanceAction>
A list that provides details about the pending maintenance actions for the resource.
-
#resource_identifier ⇒ String
The Amazon Resource Name (ARN) of the resource that has pending maintenance actions.
Instance Attribute Details
#pending_maintenance_action_details ⇒ Array<Types::PendingMaintenanceAction>
A list that provides details about the pending maintenance actions for the resource.
5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-docdb/types.rb', line 5167 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The Amazon Resource Name (ARN) of the resource that has pending maintenance actions.
5167 5168 5169 5170 5171 5172 |
# File 'lib/aws-sdk-docdb/types.rb', line 5167 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end |