Class: Aws::Types::ReplicatorS3

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def bucket
  @bucket
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1296
1297
1298
# File 'sig/types.rbs', line 1296

def enabled
  @enabled
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1297
1298
1299
# File 'sig/types.rbs', line 1297

def prefix
  @prefix
end