Class: Aws::Types::AddPolicyStatementInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::Array[::String]

Returns the value of attribute action.

Returns:

  • (::Array[::String])


20
21
22
# File 'sig/types.rbs', line 20

def action
  @action
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def arn
  @arn
end

#condition::String

Returns the value of attribute condition.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def condition
  @condition
end

#effect"Allow", "Deny"

Returns the value of attribute effect.

Returns:

  • ("Allow", "Deny")


19
20
21
# File 'sig/types.rbs', line 19

def effect
  @effect
end

#principal::Array[::String]

Returns the value of attribute principal.

Returns:

  • (::Array[::String])


21
22
23
# File 'sig/types.rbs', line 21

def principal
  @principal
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def statement_id
  @statement_id
end