Class: Aws::RDS::Types::ResourcePendingMaintenanceActions

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

Overview

Describes the pending maintenance actions for a resource.

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.



19579
19580
19581
19582
19583
19584
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19579

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

#resource_identifierString

The ARN of the resource that has pending maintenance actions.

Returns:

  • (String)


19579
19580
19581
19582
19583
19584
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 19579

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