Class: Aws::DocDB::Types::ResourcePendingMaintenanceActions

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

Overview

Represents the output of ApplyPendingMaintenanceAction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pending_maintenance_action_detailsArray<Types::PendingMaintenanceAction>

A list that provides details about the pending maintenance actions for the resource.



5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 5090

class ResourcePendingMaintenanceActions < Struct.new(
  :resource_identifier,
  :pending_maintenance_action_details)
  SENSITIVE = []
  include Aws::Structure
end

#resource_identifierString

The Amazon Resource Name (ARN) of the resource that has pending maintenance actions.

Returns:

  • (String)


5090
5091
5092
5093
5094
5095
# File 'gems/aws-sdk-docdb/lib/aws-sdk-docdb/types.rb', line 5090

class ResourcePendingMaintenanceActions < Struct.new(
  :resource_identifier,
  :pending_maintenance_action_details)
  SENSITIVE = []
  include Aws::Structure
end