Class: Aws::DatabaseMigrationService::Types::DeleteInstanceProfileMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteInstanceProfileMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_profile_identifier ⇒ String
The identifier of the instance profile to delete.
Instance Attribute Details
#instance_profile_identifier ⇒ String
The identifier of the instance profile to delete.
2553 2554 2555 2556 2557 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2553 class DeleteInstanceProfileMessage < Struct.new( :instance_profile_identifier) SENSITIVE = [] include Aws::Structure end |