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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_GetInstanceProfile.html
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.
3694 3695 3696 3697 3698 |
# File 'lib/aws-sdk-iam/types.rb', line 3694 class GetInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |