Class: Aws::Types::S3Action

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_name::String

Returns the value of attribute bucket_name.

Returns:

  • (::String)


4353
4354
4355
# File 'sig/types.rbs', line 4353

def bucket_name
  @bucket_name
end

#canned_acl"private", ...

Returns the value of attribute canned_acl.

Returns:

  • ("private", "public-read", "public-read-write", "aws-exec-read", "authenticated-read", "bucket-owner-read", "bucket-owner-full-control", "log-delivery-write")


4355
4356
4357
# File 'sig/types.rbs', line 4355

def canned_acl
  @canned_acl
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


4354
4355
4356
# File 'sig/types.rbs', line 4354

def key
  @key
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4352
4353
4354
# File 'sig/types.rbs', line 4352

def role_arn
  @role_arn
end