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.



11463
11464
11465
11466
11467
11468
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11463

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.

[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Introduction.AWS.ARN.html

Returns:

  • (String)


11463
11464
11465
11466
11467
11468
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11463

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