Class: Aws::Types::ResolvedS3Object

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1884
1885
1886
# File 'sig/types.rbs', line 1884

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


1885
1886
1887
# File 'sig/types.rbs', line 1885

def s3_key
  @s3_key
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


1886
1887
1888
# File 'sig/types.rbs', line 1886

def s3_object_version
  @s3_object_version
end