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.



1494
1495
1496
# File 'sig/types.rbs', line 1494

def destination
  @destination
end

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

Returns:

  • (::String)


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.

Returns:

  • ("All", "Current")


1498
1499
1500
# File 'sig/types.rbs', line 1498

def included_object_versions
  @included_object_versions
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


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.

Returns:

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


1499
1500
1501
# File 'sig/types.rbs', line 1499

def optional_fields
  @optional_fields
end

#scheduleTypes::InventorySchedule

Returns the value of attribute schedule.



1500
1501
1502
# File 'sig/types.rbs', line 1500

def schedule
  @schedule
end