Class: Aws::Types::GetOpenIdTokenForDeveloperIdentityInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_id::String

Returns the value of attribute identity_id.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def identity_id
  @identity_id
end

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def identity_pool_id
  @identity_pool_id
end

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

Returns the value of attribute logins.

Returns:

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


119
120
121
# File 'sig/types.rbs', line 119

def logins
  @logins
end

#principal_tags::Hash[::String, ::String]

Returns the value of attribute principal_tags.

Returns:

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


120
121
122
# File 'sig/types.rbs', line 120

def principal_tags
  @principal_tags
end

#token_duration::Integer

Returns the value of attribute token_duration.

Returns:

  • (::Integer)


121
122
123
# File 'sig/types.rbs', line 121

def token_duration
  @token_duration
end