Class: Aws::IAM::Types::CreateAccessKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::CreateAccessKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
Contains the response to a successful CreateAccessKey request.
Instance Attribute Summary collapse
-
#access_key ⇒ Types::AccessKey
A structure with details about the access key.
Instance Attribute Details
#access_key ⇒ Types::AccessKey
A structure with details about the access key.
573 574 575 576 |
# File 'lib/aws-sdk-iam/types.rb', line 573 class CreateAccessKeyResponse < Struct.new( :access_key) include Aws::Structure end |