Class: Aws::STS::Types::GetAccessKeyInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetAccessKeyInfoResponse
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#account ⇒ String
The number used to identify the Amazon Web Services account.
Instance Attribute Details
#account ⇒ String
The number used to identify the Amazon Web Services account.
1197 1198 1199 1200 1201 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1197 class GetAccessKeyInfoResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |