Class: Aws::DatabaseMigrationService::Types::ResourcePendingMaintenanceActions
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ResourcePendingMaintenanceActions
- 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
-
#pending_maintenance_action_details ⇒ Array<Types::PendingMaintenanceAction>
Detailed information about the pending maintenance action.
-
#resource_identifier ⇒ String
The Amazon Resource Name (ARN) of the DMS resource that the pending maintenance action applies to.
Instance Attribute Details
#pending_maintenance_action_details ⇒ Array<Types::PendingMaintenanceAction>
Detailed information about the pending maintenance action.
11932 11933 11934 11935 11936 11937 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11932 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 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
11932 11933 11934 11935 11936 11937 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11932 class ResourcePendingMaintenanceActions < Struct.new( :resource_identifier, :pending_maintenance_action_details) SENSITIVE = [] include Aws::Structure end |