Class: Aws::Types::SetResourceAccessForBucketRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access"allow", "deny"

Returns the value of attribute access.

Returns:

  • ("allow", "deny")


2871
2872
2873
# File 'sig/types.rbs', line 2871

def access
  @access
end

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


2870
2871
2872
# File 'sig/types.rbs', line 2870

def bucket_name
  @bucket_name
end

#resource_name::String

Returns the value of attribute resource_name.

Returns:

  • (::String)


2869
2870
2871
# File 'sig/types.rbs', line 2869

def resource_name
  @resource_name
end