Class: Aws::Types::PutPermissionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


984
985
986
# File 'sig/types.rbs', line 984

def action
  @action
end

#conditionTypes::Condition

Returns the value of attribute condition.

Returns:



987
988
989
# File 'sig/types.rbs', line 987

def condition
  @condition
end

#event_bus_name::String

Returns the value of attribute event_bus_name.

Returns:

  • (::String)


983
984
985
# File 'sig/types.rbs', line 983

def event_bus_name
  @event_bus_name
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


988
989
990
# File 'sig/types.rbs', line 988

def policy
  @policy
end

#principal::String

Returns the value of attribute principal.

Returns:

  • (::String)


985
986
987
# File 'sig/types.rbs', line 985

def principal
  @principal
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


986
987
988
# File 'sig/types.rbs', line 986

def statement_id
  @statement_id
end