Class: Aws::Types::S3PropertiesInput

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)


5531
5532
5533
# File 'sig/types.rbs', line 5531

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)


5530
5531
5532
# File 'sig/types.rbs', line 5530

def s3_access_grant_location_id
  @s3_access_grant_location_id
end

#s3_uri::String

Returns the value of attribute s3_uri.

Returns:

  • (::String)


5529
5530
5531
# File 'sig/types.rbs', line 5529

def s3_uri
  @s3_uri
end