Class: Aws::DatabaseMigrationService::Types::DeleteInstanceProfileResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profileTypes::InstanceProfile

The instance profile that was deleted.



2572
2573
2574
2575
2576
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2572

class DeleteInstanceProfileResponse < Struct.new(
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end