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.
[1]: docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html
Constant Summary collapse
- SENSITIVE =
[]
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.
682 683 684 685 686 |
# File 'lib/aws-sdk-iam/types.rb', line 682 class CreateAccessKeyResponse < Struct.new( :access_key) SENSITIVE = [] include Aws::Structure end |