Class: Aws::Types::SetIdentityPoolRolesInput

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)


307
308
309
# File 'sig/types.rbs', line 307

def identity_pool_id
  @identity_pool_id
end

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

Returns the value of attribute role_mappings.

Returns:



309
310
311
# File 'sig/types.rbs', line 309

def role_mappings
  @role_mappings
end

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

Returns the value of attribute roles.

Returns:

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


308
309
310
# File 'sig/types.rbs', line 308

def roles
  @roles
end