Class: Aws::Types::CustomPolicyDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#enable_debug_log_deliveryBoolean

Returns the value of attribute enable_debug_log_delivery.

Returns:

  • (Boolean)


495
496
497
# File 'sig/types.rbs', line 495

def enable_debug_log_delivery
  @enable_debug_log_delivery
end

#policy_runtime::String

Returns the value of attribute policy_runtime.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def policy_runtime
  @policy_runtime
end

#policy_text::String

Returns the value of attribute policy_text.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def policy_text
  @policy_text
end