Class: Aws::Types::IsAuthorizedWithTokenInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:



667
668
669
# File 'sig/types.rbs', line 667

def access_token
  @access_token
end

#actionTypes::ActionIdentifier

Returns the value of attribute action.

Returns:



668
669
670
# File 'sig/types.rbs', line 668

def action
  @action
end

#contextTypes::ContextDefinition

Returns the value of attribute context.

Returns:



670
671
672
# File 'sig/types.rbs', line 670

def context
  @context
end

#entitiesTypes::EntitiesDefinition

Returns the value of attribute entities.

Returns:



671
672
673
# File 'sig/types.rbs', line 671

def entities
  @entities
end

#identity_token::String

Returns the value of attribute identity_token.

Returns:



666
667
668
# File 'sig/types.rbs', line 666

def identity_token
  @identity_token
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:



665
666
667
# File 'sig/types.rbs', line 665

def policy_store_id
  @policy_store_id
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.

Returns:



669
670
671
# File 'sig/types.rbs', line 669

def resource
  @resource
end