Class: Aws::STS::Types::GetAccessKeyInfoResponse

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

Instance Attribute Details

#accountString

The number used to identify the Amazon Web Services account.

Returns:

  • (String)

1040
1041
1042
1043
1044
# File 'lib/aws-sdk-sts/types.rb', line 1040

class GetAccessKeyInfoResponse < Struct.new(
  :account)
  SENSITIVE = []
  include Aws::Structure
end