Class: Aws::Types::InventoryS3BucketDestination

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1521
1522
1523
# File 'sig/types.rbs', line 1521

def 
  @account_id
end

#bucket::String

Returns the value of attribute bucket.

Returns:

  • (::String)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def bucket
  @bucket
end

#encryptionTypes::InventoryEncryption

Returns the value of attribute encryption.



1525
1526
1527
# File 'sig/types.rbs', line 1525

def encryption
  @encryption
end

#format"CSV", ...

Returns the value of attribute format.

Returns:

  • ("CSV", "ORC", "Parquet")


1523
1524
1525
# File 'sig/types.rbs', line 1523

def format
  @format
end

#prefix::String

Returns the value of attribute prefix.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def prefix
  @prefix
end