Class: Aws::Types::ComponentSummary
- Inherits:
-
Object
- Object
- Aws::Types::ComponentSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#obfuscate ⇒ Boolean
Returns the value of attribute obfuscate.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#publisher ⇒ ::String
Returns the value of attribute publisher.
-
#state ⇒ Types::ComponentState
Returns the value of attribute state.
-
#supported_os_versions ⇒ ::Array[::String]
Returns the value of attribute supported_os_versions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "BUILD", "TEST"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
146 147 148 |
# File 'sig/types.rbs', line 146 def arn @arn end |
#change_description ⇒ ::String
Returns the value of attribute change_description.
155 156 157 |
# File 'sig/types.rbs', line 155 def change_description @change_description end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
156 157 158 |
# File 'sig/types.rbs', line 156 def date_created @date_created end |
#description ⇒ ::String
Returns the value of attribute description.
154 155 156 |
# File 'sig/types.rbs', line 154 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
147 148 149 |
# File 'sig/types.rbs', line 147 def name @name end |
#obfuscate ⇒ Boolean
Returns the value of attribute obfuscate.
159 160 161 |
# File 'sig/types.rbs', line 159 def obfuscate @obfuscate end |
#owner ⇒ ::String
Returns the value of attribute owner.
153 154 155 |
# File 'sig/types.rbs', line 153 def owner @owner end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
149 150 151 |
# File 'sig/types.rbs', line 149 def platform @platform end |
#publisher ⇒ ::String
Returns the value of attribute publisher.
158 159 160 |
# File 'sig/types.rbs', line 158 def publisher @publisher end |
#state ⇒ Types::ComponentState
Returns the value of attribute state.
151 152 153 |
# File 'sig/types.rbs', line 151 def state @state end |
#supported_os_versions ⇒ ::Array[::String]
Returns the value of attribute supported_os_versions.
150 151 152 |
# File 'sig/types.rbs', line 150 def supported_os_versions @supported_os_versions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
157 158 159 |
# File 'sig/types.rbs', line 157 def @tags end |
#type ⇒ "BUILD", "TEST"
Returns the value of attribute type.
152 153 154 |
# File 'sig/types.rbs', line 152 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
148 149 150 |
# File 'sig/types.rbs', line 148 def version @version end |