Class: Aws::Types::PutApplicationPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def application_id
  @application_id
end

#statements::Array[Types::ApplicationPolicyStatement]

Returns the value of attribute statements.

Returns:



378
379
380
# File 'sig/types.rbs', line 378

def statements
  @statements
end