Class: Aws::Types::GetEffectivePoliciesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cognito_identity_pool_id::String

Returns the value of attribute cognito_identity_pool_id.

Returns:

  • (::String)


2379
2380
2381
# File 'sig/types.rbs', line 2379

def cognito_identity_pool_id
  @cognito_identity_pool_id
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


2378
2379
2380
# File 'sig/types.rbs', line 2378

def principal
  @principal
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


2380
2381
2382
# File 'sig/types.rbs', line 2380

def thing_name
  @thing_name
end