Class: Aws::DatabaseMigrationService::Types::DeleteInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteInstanceProfileResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_profile ⇒ Types::InstanceProfile
The instance profile that was deleted.
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
The instance profile that was deleted.
2565 2566 2567 2568 2569 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2565 class DeleteInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |