Class: Aws::Types::LayerVersionContentOutput
- Inherits:
-
Object
- Object
- Aws::Types::LayerVersionContentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
-
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#resolved_s3_object ⇒ Types::ResolvedS3Object
Returns the value of attribute resolved_s3_object.
-
#signing_job_arn ⇒ ::String
Returns the value of attribute signing_job_arn.
-
#signing_profile_version_arn ⇒ ::String
Returns the value of attribute signing_profile_version_arn.
Instance Attribute Details
#code_sha_256 ⇒ ::String
Returns the value of attribute code_sha_256.
1398 1399 1400 |
# File 'sig/types.rbs', line 1398 def code_sha_256 @code_sha_256 end |
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
1399 1400 1401 |
# File 'sig/types.rbs', line 1399 def code_size @code_size end |
#location ⇒ ::String
Returns the value of attribute location.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def location @location end |
#resolved_s3_object ⇒ Types::ResolvedS3Object
Returns the value of attribute resolved_s3_object.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def resolved_s3_object @resolved_s3_object end |
#signing_job_arn ⇒ ::String
Returns the value of attribute signing_job_arn.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def signing_job_arn @signing_job_arn end |
#signing_profile_version_arn ⇒ ::String
Returns the value of attribute signing_profile_version_arn.
1400 1401 1402 |
# File 'sig/types.rbs', line 1400 def signing_profile_version_arn @signing_profile_version_arn end |