Class: Aws::IoT::Types::TestInvokeAuthorizerResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#disconnect_after_in_secondsInteger

The number of seconds after which the connection is terminated.

Returns:

  • (Integer)


14608
14609
14610
14611
14612
14613
14614
14615
14616
# File 'lib/aws-sdk-iot/types.rb', line 14608

class TestInvokeAuthorizerResponse < Struct.new(
  :is_authenticated,
  :principal_id,
  :policy_documents,
  :refresh_after_in_seconds,
  :disconnect_after_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#is_authenticatedBoolean

True if the token is authenticated, otherwise false.

Returns:

  • (Boolean)


14608
14609
14610
14611
14612
14613
14614
14615
14616
# File 'lib/aws-sdk-iot/types.rb', line 14608

class TestInvokeAuthorizerResponse < Struct.new(
  :is_authenticated,
  :principal_id,
  :policy_documents,
  :refresh_after_in_seconds,
  :disconnect_after_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#policy_documentsArray<String>

IAM policy documents.

Returns:

  • (Array<String>)


14608
14609
14610
14611
14612
14613
14614
14615
14616
# File 'lib/aws-sdk-iot/types.rb', line 14608

class TestInvokeAuthorizerResponse < Struct.new(
  :is_authenticated,
  :principal_id,
  :policy_documents,
  :refresh_after_in_seconds,
  :disconnect_after_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#principal_idString

The principal ID.

Returns:

  • (String)


14608
14609
14610
14611
14612
14613
14614
14615
14616
# File 'lib/aws-sdk-iot/types.rb', line 14608

class TestInvokeAuthorizerResponse < Struct.new(
  :is_authenticated,
  :principal_id,
  :policy_documents,
  :refresh_after_in_seconds,
  :disconnect_after_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_after_in_secondsInteger

The number of seconds after which the temporary credentials are refreshed.

Returns:

  • (Integer)


14608
14609
14610
14611
14612
14613
14614
14615
14616
# File 'lib/aws-sdk-iot/types.rb', line 14608

class TestInvokeAuthorizerResponse < Struct.new(
  :is_authenticated,
  :principal_id,
  :policy_documents,
  :refresh_after_in_seconds,
  :disconnect_after_in_seconds)
  SENSITIVE = []
  include Aws::Structure
end