Class: Aws::Types::TestAuthorizationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_infos::Array[Types::AuthInfo]

Returns the value of attribute auth_infos.

Returns:



4716
4717
4718
# File 'sig/types.rbs', line 4716

def auth_infos
  @auth_infos
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


4717
4718
4719
# File 'sig/types.rbs', line 4717

def client_id
  @client_id
end

#cognito_identity_pool_id::String

Returns the value of attribute cognito_identity_pool_id.

Returns:

  • (::String)


4715
4716
4717
# File 'sig/types.rbs', line 4715

def cognito_identity_pool_id
  @cognito_identity_pool_id
end

#policy_names_to_add::Array[::String]

Returns the value of attribute policy_names_to_add.

Returns:

  • (::Array[::String])


4718
4719
4720
# File 'sig/types.rbs', line 4718

def policy_names_to_add
  @policy_names_to_add
end

#policy_names_to_skip::Array[::String]

Returns the value of attribute policy_names_to_skip.

Returns:

  • (::Array[::String])


4719
4720
4721
# File 'sig/types.rbs', line 4719

def policy_names_to_skip
  @policy_names_to_skip
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


4714
4715
4716
# File 'sig/types.rbs', line 4714

def principal
  @principal
end