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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-core/lib/aws-sdk-sts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountString

The number used to identify the Amazon Web Services account.

Returns:

  • (String)


1055
1056
1057
1058
1059
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1055

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