Class: Aws::Types::Destination

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_control_translationTypes::AccessControlTranslation

Returns the value of attribute access_control_translation.

Returns:



741
742
743
# File 'sig/types.rbs', line 741

def access_control_translation
  @access_control_translation
end

#account::String

Returns the value of attribute account.

Returns:



739
740
741
# File 'sig/types.rbs', line 739

def 
  @account
end

#bucket::String

Returns the value of attribute bucket.

Returns:



738
739
740
# File 'sig/types.rbs', line 738

def bucket
  @bucket
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.

Returns:



742
743
744
# File 'sig/types.rbs', line 742

def encryption_configuration
  @encryption_configuration
end

#metricsTypes::Metrics

Returns the value of attribute metrics.

Returns:



744
745
746
# File 'sig/types.rbs', line 744

def metrics
  @metrics
end

#replication_timeTypes::ReplicationTime

Returns the value of attribute replication_time.

Returns:



743
744
745
# File 'sig/types.rbs', line 743

def replication_time
  @replication_time
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:



740
741
742
# File 'sig/types.rbs', line 740

def storage_class
  @storage_class
end