Class: Aws::Types::GetIdInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def 
  @account_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def identity_pool_id
  @identity_pool_id
end

#logins::Hash[::String, ::String]

Returns the value of attribute logins.

Returns:

  • (::Hash[::String, ::String])


95
96
97
# File 'sig/types.rbs', line 95

def logins
  @logins
end