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" | "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.
1494 1495 1496 |
# File 'sig/types.rbs', line 1494 def destination @destination end |
#filter ⇒ Types::InventoryFilter
Returns the value of attribute filter.
1496 1497 1498 |
# File 'sig/types.rbs', line 1496 def filter @filter end |
#id ⇒ ::String
Returns the value of attribute id.
1497 1498 1499 |
# File 'sig/types.rbs', line 1497 def id @id end |
#included_object_versions ⇒ "All", "Current"
Returns the value of attribute included_object_versions.
1498 1499 1500 |
# File 'sig/types.rbs', line 1498 def included_object_versions @included_object_versions end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
1495 1496 1497 |
# File 'sig/types.rbs', line 1495 def is_enabled @is_enabled end |
#optional_fields ⇒ ::Array[("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner" | "LifecycleExpirationDate")]
Returns the value of attribute optional_fields.
1499 1500 1501 |
# File 'sig/types.rbs', line 1499 def optional_fields @optional_fields end |
#schedule ⇒ Types::InventorySchedule
Returns the value of attribute schedule.
1500 1501 1502 |
# File 'sig/types.rbs', line 1500 def schedule @schedule end |