Class: Aws::Types::Build
- Inherits:
-
Object
- Object
- Aws::Types::Build
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_arn ⇒ ::String
Returns the value of attribute build_arn.
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
-
#server_sdk_version ⇒ ::String
Returns the value of attribute server_sdk_version.
-
#size_on_disk ⇒ ::Integer
Returns the value of attribute size_on_disk.
-
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#build_arn ⇒ ::String
Returns the value of attribute build_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def build_arn @build_arn end |
#build_id ⇒ ::String
Returns the value of attribute build_id.
53 54 55 |
# File 'sig/types.rbs', line 53 def build_id @build_id end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
60 61 62 |
# File 'sig/types.rbs', line 60 def creation_time @creation_time end |
#name ⇒ ::String
Returns the value of attribute name.
55 56 57 |
# File 'sig/types.rbs', line 55 def name @name end |
#operating_system ⇒ "WINDOWS_2012", ...
Returns the value of attribute operating_system.
59 60 61 |
# File 'sig/types.rbs', line 59 def @operating_system end |
#server_sdk_version ⇒ ::String
Returns the value of attribute server_sdk_version.
61 62 63 |
# File 'sig/types.rbs', line 61 def server_sdk_version @server_sdk_version end |
#size_on_disk ⇒ ::Integer
Returns the value of attribute size_on_disk.
58 59 60 |
# File 'sig/types.rbs', line 58 def size_on_disk @size_on_disk end |
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
57 58 59 |
# File 'sig/types.rbs', line 57 def status @status end |
#version ⇒ ::String
Returns the value of attribute version.
56 57 58 |
# File 'sig/types.rbs', line 56 def version @version end |