Class: Aws::DatabaseMigrationService::Types::CreateInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::CreateInstanceProfileResponse
- 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 created.
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
The instance profile that was created.
1290 1291 1292 1293 1294 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1290 class CreateInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |