Class: Aws::Types::BatchIsAuthorizedInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#entitiesTypes::EntitiesDefinition

Returns the value of attribute entities.



98
99
100
# File 'sig/types.rbs', line 98

def entities
  @entities
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


97
98
99
# File 'sig/types.rbs', line 97

def policy_store_id
  @policy_store_id
end

#requests::Array[Types::BatchIsAuthorizedInputItem]

Returns the value of attribute requests.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def requests
  @requests
end