Class: Aws::Types::LayerVersionContentInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:zip_file])

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket::String

Returns the value of attribute s3_bucket.

Returns:

  • (::String)


1388
1389
1390
# File 'sig/types.rbs', line 1388

def s3_bucket
  @s3_bucket
end

#s3_key::String

Returns the value of attribute s3_key.

Returns:

  • (::String)


1389
1390
1391
# File 'sig/types.rbs', line 1389

def s3_key
  @s3_key
end

#s3_object_storage_mode"COPY", "REFERENCE"

Returns the value of attribute s3_object_storage_mode.

Returns:

  • ("COPY", "REFERENCE")


1391
1392
1393
# File 'sig/types.rbs', line 1391

def s3_object_storage_mode
  @s3_object_storage_mode
end

#s3_object_version::String

Returns the value of attribute s3_object_version.

Returns:

  • (::String)


1390
1391
1392
# File 'sig/types.rbs', line 1390

def s3_object_version
  @s3_object_version
end

#zip_file::String

Returns the value of attribute zip_file.

Returns:

  • (::String)


1392
1393
1394
# File 'sig/types.rbs', line 1392

def zip_file
  @zip_file
end