Class: Aws::Types::BatchIsAuthorizedInputItem

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.



105
106
107
# File 'sig/types.rbs', line 105

def action
  @action
end

#contextTypes::ContextDefinition

Returns the value of attribute context.



107
108
109
# File 'sig/types.rbs', line 107

def context
  @context
end

#principalTypes::EntityIdentifier

Returns the value of attribute principal.



104
105
106
# File 'sig/types.rbs', line 104

def principal
  @principal
end

#resourceTypes::EntityIdentifier

Returns the value of attribute resource.



106
107
108
# File 'sig/types.rbs', line 106

def resource
  @resource
end