Class: Aws::IAM::Types::GetInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::GetInstanceProfileResponse
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful GetInstanceProfile request.
Constant Summary collapse
- SENSITIVE =
[]
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.
4210 4211 4212 4213 4214 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4210 class GetInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |