Class: Aws::STS::Types::GetAccessKeyInfoResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::GetAccessKeyInfoResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
Method Summary
Methods included from Aws::Structure
#empty?, included, #initialize, #key?, new, #to_h, #to_s
Instance Attribute Details
#account ⇒ String
The number used to identify the Amazon Web Services account.
1040 1041 1042 1043 1044 |
# File 'lib/aws-sdk-sts/types.rb', line 1040 class GetAccessKeyInfoResponse < Struct.new( :account) SENSITIVE = [] include Aws::Structure end |