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.



734
735
736
# File 'sig/types.rbs', line 734

def access_control_translation
  @access_control_translation
end

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


732
733
734
# File 'sig/types.rbs', line 732

def 
  @account
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def bucket
  @bucket
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



735
736
737
# File 'sig/types.rbs', line 735

def encryption_configuration
  @encryption_configuration
end

#metricsTypes::Metrics

Returns the value of attribute metrics.

Returns:



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

def metrics
  @metrics
end

#replication_timeTypes::ReplicationTime

Returns the value of attribute replication_time.



736
737
738
# File 'sig/types.rbs', line 736

def replication_time
  @replication_time
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "ONEZONE_IA", "INTELLIGENT_TIERING", "GLACIER", "DEEP_ARCHIVE", "OUTPOSTS", "GLACIER_IR", "SNOW", "EXPRESS_ONEZONE", "FSX_OPENZFS", "FSX_ONTAP")


733
734
735
# File 'sig/types.rbs', line 733

def storage_class
  @storage_class
end