Class: Aws::DatabaseMigrationService::Types::DeleteInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DeleteInstanceProfileResponse
- Includes:
- Structure
- Defined in:
- 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.
2286 2287 2288 2289 2290 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2286 class DeleteInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |