Class: Aws::Types::TestInvokeAuthorizerResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#disconnect_after_in_seconds::Integer

Returns the value of attribute disconnect_after_in_seconds.

Returns:

  • (::Integer)


4743
4744
4745
# File 'sig/types.rbs', line 4743

def disconnect_after_in_seconds
  @disconnect_after_in_seconds
end

#is_authenticatedBoolean

Returns the value of attribute is_authenticated.

Returns:

  • (Boolean)


4739
4740
4741
# File 'sig/types.rbs', line 4739

def is_authenticated
  @is_authenticated
end

#policy_documents::Array[::String]

Returns the value of attribute policy_documents.

Returns:

  • (::Array[::String])


4741
4742
4743
# File 'sig/types.rbs', line 4741

def policy_documents
  @policy_documents
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


4740
4741
4742
# File 'sig/types.rbs', line 4740

def principal_id
  @principal_id
end

#refresh_after_in_seconds::Integer

Returns the value of attribute refresh_after_in_seconds.

Returns:

  • (::Integer)


4742
4743
4744
# File 'sig/types.rbs', line 4742

def refresh_after_in_seconds
  @refresh_after_in_seconds
end