Class: Aws::Types::Layer
- Inherits:
-
Object
- Object
- Aws::Types::Layer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def arn @arn end |
#code_size ⇒ ::Integer
Returns the value of attribute code_size.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def code_size @code_size end |
#signing_job_arn ⇒ ::String
Returns the value of attribute signing_job_arn.
1383 1384 1385 |
# File 'sig/types.rbs', line 1383 def signing_job_arn @signing_job_arn end |
#signing_profile_version_arn ⇒ ::String
Returns the value of attribute signing_profile_version_arn.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def signing_profile_version_arn @signing_profile_version_arn end |