Class: Aws::Types::SourceS3Configuration

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)


1681
1682
1683
# File 'sig/types.rbs', line 1681

def s3_bucket
  @s3_bucket
end

#s3_bucket_owner ⇒ ::String

Returns the value of attribute s3_bucket_owner.

Returns:

  • (::String)


1682
1683
1684
# File 'sig/types.rbs', line 1682

def s3_bucket_owner
  @s3_bucket_owner
end

#s3_key ⇒ ::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


1683
1684
1685
# File 'sig/types.rbs', line 1683

def s3_key
  @s3_key
end