Class: Aws::DatabaseMigrationService::Types::ResourcePendingMaintenanceActions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Identifies an DMS resource and any pending actions for it.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pending_maintenance_action_detailsArray<Types::PendingMaintenanceAction>

Detailed information about the pending maintenance action.



13148
13149
13150
13151
13152
13153
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13148

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

#resource_identifierString

The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN) for DMS in the DMS documentation.

Returns:

  • (String)


13148
13149
13150
13151
13152
13153
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13148

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