Class: Aws::DatabaseMigrationService::Types::ModifyInstanceProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 modified.



7472
7473
7474
7475
7476
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7472

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