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.



2286
2287
2288
2289
2290
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2286

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