Class: Aws::Types::VersionSummary
- Inherits:
-
Object
- Object
- Aws::Types::VersionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def application_id @application_id end |
#creation_time ⇒ ::String
Returns the value of attribute creation_time.
486 487 488 |
# File 'sig/types.rbs', line 486 def creation_time @creation_time end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
487 488 489 |
# File 'sig/types.rbs', line 487 def semantic_version @semantic_version end |
#source_code_url ⇒ ::String
Returns the value of attribute source_code_url.
488 489 490 |
# File 'sig/types.rbs', line 488 def source_code_url @source_code_url end |