Class: Aws::Types::ApplicationVersionDescription
- Inherits:
-
Object
- Object
- Aws::Types::ApplicationVersionDescription
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_name ⇒ ::String
Returns the value of attribute application_name.
-
#application_version_arn ⇒ ::String
Returns the value of attribute application_version_arn.
-
#build_arn ⇒ ::String
Returns the value of attribute build_arn.
-
#date_created ⇒ ::Time
Returns the value of attribute date_created.
-
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#image_build_configuration ⇒ Types::ImageBuildConfiguration
Returns the value of attribute image_build_configuration.
-
#image_source ⇒ Types::ImageSource
Returns the value of attribute image_source.
-
#process ⇒ Boolean
Returns the value of attribute process.
-
#source_build_information ⇒ Types::SourceBuildInformation
Returns the value of attribute source_build_information.
-
#source_bundle ⇒ Types::S3Location
Returns the value of attribute source_bundle.
-
#status ⇒ "Processed", ...
Returns the value of attribute status.
-
#version_label ⇒ ::String
Returns the value of attribute version_label.
Instance Attribute Details
#application_name ⇒ ::String
Returns the value of attribute application_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def application_name @application_name end |
#application_version_arn ⇒ ::String
Returns the value of attribute application_version_arn.
60 61 62 |
# File 'sig/types.rbs', line 60 def application_version_arn @application_version_arn end |
#build_arn ⇒ ::String
Returns the value of attribute build_arn.
65 66 67 |
# File 'sig/types.rbs', line 65 def build_arn @build_arn end |
#date_created ⇒ ::Time
Returns the value of attribute date_created.
70 71 72 |
# File 'sig/types.rbs', line 70 def date_created @date_created end |
#date_updated ⇒ ::Time
Returns the value of attribute date_updated.
71 72 73 |
# File 'sig/types.rbs', line 71 def date_updated @date_updated end |
#description ⇒ ::String
Returns the value of attribute description.
62 63 64 |
# File 'sig/types.rbs', line 62 def description @description end |
#image_build_configuration ⇒ Types::ImageBuildConfiguration
Returns the value of attribute image_build_configuration.
68 69 70 |
# File 'sig/types.rbs', line 68 def image_build_configuration @image_build_configuration end |
#image_source ⇒ Types::ImageSource
Returns the value of attribute image_source.
67 68 69 |
# File 'sig/types.rbs', line 67 def image_source @image_source end |
#process ⇒ Boolean
Returns the value of attribute process.
69 70 71 |
# File 'sig/types.rbs', line 69 def process @process end |
#source_build_information ⇒ Types::SourceBuildInformation
Returns the value of attribute source_build_information.
64 65 66 |
# File 'sig/types.rbs', line 64 def source_build_information @source_build_information end |
#source_bundle ⇒ Types::S3Location
Returns the value of attribute source_bundle.
66 67 68 |
# File 'sig/types.rbs', line 66 def source_bundle @source_bundle end |
#status ⇒ "Processed", ...
Returns the value of attribute status.
72 73 74 |
# File 'sig/types.rbs', line 72 def status @status end |
#version_label ⇒ ::String
Returns the value of attribute version_label.
63 64 65 |
# File 'sig/types.rbs', line 63 def version_label @version_label end |