Class: Aws::IAM::Types::CreateInstanceProfileResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateInstanceProfileResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful [CreateInstanceProfile] request.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreateInstanceProfile.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_profile ⇒ Types::InstanceProfile
A structure containing details about the new instance profile.
Instance Attribute Details
#instance_profile ⇒ Types::InstanceProfile
A structure containing details about the new instance profile.
839 840 841 842 843 |
# File 'lib/aws-sdk-iam/types.rb', line 839 class CreateInstanceProfileResponse < Struct.new( :instance_profile) SENSITIVE = [] include Aws::Structure end |