Class: Aws::Types::PutBucketReplicationRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



1560
1561
1562
# File 'sig/types.rbs', line 1560

def 
  @account_id
end

#bucket::String

Returns the value of attribute bucket.



1561
1562
1563
# File 'sig/types.rbs', line 1561

def bucket
  @bucket
end

#replication_configurationTypes::ReplicationConfiguration

Returns the value of attribute replication_configuration.



1562
1563
1564
# File 'sig/types.rbs', line 1562

def replication_configuration
  @replication_configuration
end