Class: Aws::IAM::Types::GetInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetInstanceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetInstanceProfile request.
Instance Attribute Summary collapse
-
#instance_profile ⇒ Types::InstanceProfile
A structure containing details about the instance profile.
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
A structure containing details about the instance profile.
3045 3046 3047 3048 |
# File 'lib/aws-sdk-iam/types.rb', line 3045 class GetInstanceProfileResponse < Struct.new( :instance_profile) include Aws::Structure end |