Class: Aws::Types::PutFileSystemPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bypass_policy_lockout_safety_checkBoolean

Returns the value of attribute bypass_policy_lockout_safety_check.

Returns:

  • (Boolean)


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

def bypass_policy_lockout_safety_check
  @bypass_policy_lockout_safety_check
end

#file_system_id::String

Returns the value of attribute file_system_id.

Returns:

  • (::String)


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

def file_system_id
  @file_system_id
end

#policy::String

Returns the value of attribute policy.

Returns:

  • (::String)


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

def policy
  @policy
end