Class: Aws::Types::GetIdentityPoolRolesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#identity_pool_id::String

Returns the value of attribute identity_pool_id.

Returns:

  • (::String)


110
111
112
# File 'sig/types.rbs', line 110

def identity_pool_id
  @identity_pool_id
end

#role_mappings::Hash[::String, Types::RoleMapping]

Returns the value of attribute role_mappings.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def role_mappings
  @role_mappings
end

#roles::Hash[::String, ::String]

Returns the value of attribute roles.

Returns:

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


111
112
113
# File 'sig/types.rbs', line 111

def roles
  @roles
end