Class: Aws::Types::BucketCountByEffectivePermission

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#publicly_accessible::Integer

Returns the value of attribute publicly_accessible.

Returns:

  • (::Integer)


157
158
159
# File 'sig/types.rbs', line 157

def publicly_accessible
  @publicly_accessible
end

#publicly_readable::Integer

Returns the value of attribute publicly_readable.

Returns:

  • (::Integer)


158
159
160
# File 'sig/types.rbs', line 158

def publicly_readable
  @publicly_readable
end

#publicly_writable::Integer

Returns the value of attribute publicly_writable.

Returns:

  • (::Integer)


159
160
161
# File 'sig/types.rbs', line 159

def publicly_writable
  @publicly_writable
end

#unknown::Integer

Returns the value of attribute unknown.

Returns:

  • (::Integer)


160
161
162
# File 'sig/types.rbs', line 160

def unknown
  @unknown
end