Class: Aws::Types::ApplicationPolicyStatement

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#actions::Array[::String]

Returns the value of attribute actions.

Returns:

  • (::Array[::String])


52
53
54
# File 'sig/types.rbs', line 52

def actions
  @actions
end

#principal_org_i_ds::Array[::String]

Returns the value of attribute principal_org_i_ds.

Returns:

  • (::Array[::String])


53
54
55
# File 'sig/types.rbs', line 53

def principal_org_i_ds
  @principal_org_i_ds
end

#principals::Array[::String]

Returns the value of attribute principals.

Returns:

  • (::Array[::String])


54
55
56
# File 'sig/types.rbs', line 54

def principals
  @principals
end

#statement_id::String

Returns the value of attribute statement_id.

Returns:

  • (::String)


55
56
57
# File 'sig/types.rbs', line 55

def statement_id
  @statement_id
end