Class: Aws::Types::IsAuthorizedInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actionTypes::ActionIdentifier

Returns the value of attribute action.



650
651
652
# File 'sig/types.rbs', line 650

def action
  @action
end

#contextTypes::ContextDefinition

Returns the value of attribute context.



652
653
654
# File 'sig/types.rbs', line 652

def context
  @context
end

#entitiesTypes::EntitiesDefinition

Returns the value of attribute entities.



653
654
655
# File 'sig/types.rbs', line 653

def entities
  @entities
end

#policy_store_id::String

Returns the value of attribute policy_store_id.

Returns:

  • (::String)


648
649
650
# File 'sig/types.rbs', line 648

def policy_store_id
  @policy_store_id
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.



649
650
651
# File 'sig/types.rbs', line 649

def principal
  @principal
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.



651
652
653
# File 'sig/types.rbs', line 651

def resource
  @resource
end