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.



478
479
480
# File 'sig/types.rbs', line 478

def access_control_translation
  @access_control_translation
end

#account::String

Returns the value of attribute account.

Returns:

  • (::String)


475
476
477
# File 'sig/types.rbs', line 475

def 
  @account
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def bucket
  @bucket
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



479
480
481
# File 'sig/types.rbs', line 479

def encryption_configuration
  @encryption_configuration
end

#metricsTypes::Metrics

Returns the value of attribute metrics.

Returns:



480
481
482
# File 'sig/types.rbs', line 480

def metrics
  @metrics
end

#replication_timeTypes::ReplicationTime

Returns the value of attribute replication_time.



477
478
479
# File 'sig/types.rbs', line 477

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")


481
482
483
# File 'sig/types.rbs', line 481

def storage_class
  @storage_class
end