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:

  • (::String)


2541
2542
2543
# File 'sig/types.rbs', line 2541

def s3_bucket_name
  @s3_bucket_name
end

#s3_object_key::String

Returns the value of attribute s3_object_key.

Returns:

  • (::String)


2542
2543
2544
# File 'sig/types.rbs', line 2542

def s3_object_key
  @s3_object_key
end