Class: Aws::Types::BatchIsAuthorizedWithTokenInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:identity_token, :access_token])

Instance Attribute Summary collapse

Instance Attribute Details

#access_token::String

Returns the value of attribute access_token.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def access_token
  @access_token
end

#entitiesTypes::EntitiesDefinition

Returns the value of attribute entities.



128
129
130
# File 'sig/types.rbs', line 128

def entities
  @entities
end

#identity_token::String

Returns the value of attribute identity_token.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def identity_token
  @identity_token
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


125
126
127
# File 'sig/types.rbs', line 125

def policy_store_id
  @policy_store_id
end

#requests::Array[Types::BatchIsAuthorizedWithTokenInputItem]

Returns the value of attribute requests.



129
130
131
# File 'sig/types.rbs', line 129

def requests
  @requests
end