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.
1214 1215 1216 1217 1218 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 1214 class CreateInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |