Class: Aws::Types::S3Identifier

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_name::String

Returns the value of attribute s3_bucket_name.

Returns:



2516
2517
2518
# File 'sig/types.rbs', line 2516

def s3_bucket_name
  @s3_bucket_name
end

#s3_object_key::String

Returns the value of attribute s3_object_key.

Returns:



2517
2518
2519
# File 'sig/types.rbs', line 2517

def s3_object_key
  @s3_object_key
end