Class: Aws::Types::S3Object

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_arn::String

Returns the value of attribute bucket_arn.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def bucket_arn
  @bucket_arn
end

#e_tag::String

Returns the value of attribute e_tag.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def e_tag
  @e_tag
end

#extension::String

Returns the value of attribute extension.

Returns:

  • (::String)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def extension
  @extension
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def key
  @key
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1568
1569
1570
# File 'sig/types.rbs', line 1568

def last_modified
  @last_modified
end

#path::String

Returns the value of attribute path.

Returns:

  • (::String)


1569
1570
1571
# File 'sig/types.rbs', line 1569

def path
  @path
end

#public_accessBoolean

Returns the value of attribute public_access.

Returns:

  • (Boolean)


1570
1571
1572
# File 'sig/types.rbs', line 1570

def public_access
  @public_access
end

#server_side_encryptionTypes::ServerSideEncryption

Returns the value of attribute server_side_encryption.



1571
1572
1573
# File 'sig/types.rbs', line 1571

def server_side_encryption
  @server_side_encryption
end

#size::Integer

Returns the value of attribute size.

Returns:

  • (::Integer)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def size
  @size
end

#storage_class"STANDARD", ...

Returns the value of attribute storage_class.

Returns:

  • ("STANDARD", "REDUCED_REDUNDANCY", "STANDARD_IA", "INTELLIGENT_TIERING", "DEEP_ARCHIVE", "ONEZONE_IA", "GLACIER", "GLACIER_IR", "OUTPOSTS")


1573
1574
1575
# File 'sig/types.rbs', line 1573

def storage_class
  @storage_class
end

#tags::Array[Types::KeyValuePair]

Returns the value of attribute tags.

Returns:



1574
1575
1576
# File 'sig/types.rbs', line 1574

def tags
  @tags
end

#version_id::String

Returns the value of attribute version_id.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def version_id
  @version_id
end