Class: Aws::Types::BackendStoragePermissions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authenticated ⇒ ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]

Returns the value of attribute authenticated.

Returns:

  • (::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")])


126
127
128
# File 'sig/types.rbs', line 126

def authenticated
  @authenticated
end

#un_authenticated ⇒ ::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")]

Returns the value of attribute un_authenticated.

Returns:

  • (::Array[("READ" | "CREATE_AND_UPDATE" | "DELETE")])


127
128
129
# File 'sig/types.rbs', line 127

def un_authenticated
  @un_authenticated
end