Class: Aws::IAM::Types::GetInstanceProfileResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

Contains the response to a successful GetInstanceProfile request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_profileTypes::InstanceProfile

A structure containing details about the instance profile.



3360
3361
3362
3363
3364
# File 'lib/aws-sdk-iam/types.rb', line 3360

class GetInstanceProfileResponse < Struct.new(
  :instance_profile)
  SENSITIVE = []
  include Aws::Structure
end