Class: Aws::Types::LayerVersionContentOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_sha_256::String

Returns the value of attribute code_sha_256.

Returns:

  • (::String)


1416
1417
1418
# File 'sig/types.rbs', line 1416

def code_sha_256
  @code_sha_256
end

#code_size::Integer

Returns the value of attribute code_size.

Returns:

  • (::Integer)


1417
1418
1419
# File 'sig/types.rbs', line 1417

def code_size
  @code_size
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1415
1416
1417
# File 'sig/types.rbs', line 1415

def location
  @location
end

#resolved_s3_objectTypes::ResolvedS3Object

Returns the value of attribute resolved_s3_object.



1420
1421
1422
# File 'sig/types.rbs', line 1420

def resolved_s3_object
  @resolved_s3_object
end

#signing_job_arn::String

Returns the value of attribute signing_job_arn.

Returns:

  • (::String)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def signing_job_arn
  @signing_job_arn
end

#signing_profile_version_arn::String

Returns the value of attribute signing_profile_version_arn.

Returns:

  • (::String)


1418
1419
1420
# File 'sig/types.rbs', line 1418

def signing_profile_version_arn
  @signing_profile_version_arn
end