Class: Aws::Types::InventoryConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InventoryConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::InventoryDestination
Returns the value of attribute destination.
-
#filter ⇒ Types::InventoryFilter
Returns the value of attribute filter.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#included_object_versions ⇒ "All", "Current"
Returns the value of attribute included_object_versions.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#optional_fields ⇒ ::Array[("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "ObjectLockEventHoldStatus" | "ObjectLockEventHoldDuration" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner" | "LifecycleExpirationDate")]
Returns the value of attribute optional_fields.
-
#schedule ⇒ Types::InventorySchedule
Returns the value of attribute schedule.
Instance Attribute Details
#destination ⇒ Types::InventoryDestination
Returns the value of attribute destination.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def destination @destination end |
#filter ⇒ Types::InventoryFilter
Returns the value of attribute filter.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def id @id end |
#included_object_versions ⇒ "All", "Current"
Returns the value of attribute included_object_versions.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def included_object_versions @included_object_versions end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def is_enabled @is_enabled end |
#optional_fields ⇒ ::Array[("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "ObjectLockEventHoldStatus" | "ObjectLockEventHoldDuration" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner" | "LifecycleExpirationDate")]
Returns the value of attribute optional_fields.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def optional_fields @optional_fields end |
#schedule ⇒ Types::InventorySchedule
Returns the value of attribute schedule.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def schedule @schedule end |