Class: Aws::Types::InventoryConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::InventoryDestination

Returns the value of attribute destination.



1513
1514
1515
# File 'sig/types.rbs', line 1513

def destination
  @destination
end

#filterTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("All", "Current")


1517
1518
1519
# File 'sig/types.rbs', line 1517

def included_object_versions
  @included_object_versions
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[("Size" | "LastModifiedDate" | "StorageClass" | "ETag" | "IsMultipartUploaded" | "ReplicationStatus" | "EncryptionStatus" | "ObjectLockRetainUntilDate" | "ObjectLockMode" | "ObjectLockLegalHoldStatus" | "ObjectLockEventHoldStatus" | "ObjectLockEventHoldDuration" | "IntelligentTieringAccessTier" | "BucketKeyStatus" | "ChecksumAlgorithm" | "ObjectAccessControlList" | "ObjectOwner" | "LifecycleExpirationDate")])


1518
1519
1520
# File 'sig/types.rbs', line 1518

def optional_fields
  @optional_fields
end

#scheduleTypes::InventorySchedule

Returns the value of attribute schedule.



1519
1520
1521
# File 'sig/types.rbs', line 1519

def schedule
  @schedule
end