Class: Aws::Types::PublicAccessConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#public_acl_access"BLOCKED", "ALLOWED"

Returns the value of attribute public_acl_access.

Returns:

  • ("BLOCKED", "ALLOWED")


2482
2483
2484
# File 'sig/types.rbs', line 2482

def public_acl_access
  @public_acl_access
end

#public_acl_ignore_behavior"IGNORED", "NOT_IGNORED"

Returns the value of attribute public_acl_ignore_behavior.

Returns:

  • ("IGNORED", "NOT_IGNORED")


2484
2485
2486
# File 'sig/types.rbs', line 2484

def public_acl_ignore_behavior
  @public_acl_ignore_behavior
end

#public_bucket_restrict_behavior"RESTRICTED", "NOT_RESTRICTED"

Returns the value of attribute public_bucket_restrict_behavior.

Returns:

  • ("RESTRICTED", "NOT_RESTRICTED")


2485
2486
2487
# File 'sig/types.rbs', line 2485

def public_bucket_restrict_behavior
  @public_bucket_restrict_behavior
end

#public_policy_access"BLOCKED", "ALLOWED"

Returns the value of attribute public_policy_access.

Returns:

  • ("BLOCKED", "ALLOWED")


2483
2484
2485
# File 'sig/types.rbs', line 2483

def public_policy_access
  @public_policy_access
end