Class: Aws::Types::S3PropertiesPatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#register_s3_access_grant_locationBoolean

Returns the value of attribute register_s3_access_grant_location.

Returns:

  • (Boolean)


5547
5548
5549
# File 'sig/types.rbs', line 5547

def register_s3_access_grant_location
  @register_s3_access_grant_location
end

#s3_access_grant_location_id::String

Returns the value of attribute s3_access_grant_location_id.

Returns:

  • (::String)


5546
5547
5548
# File 'sig/types.rbs', line 5546

def s3_access_grant_location_id
  @s3_access_grant_location_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


5545
5546
5547
# File 'sig/types.rbs', line 5545

def s3_uri
  @s3_uri
end