Class: Aws::Types::CreateComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateComponentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data ⇒ ::String
Returns the value of attribute data.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#supported_os_versions ⇒ ::Array[::String]
Returns the value of attribute supported_os_versions.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#change_description ⇒ ::String
Returns the value of attribute change_description.
229 230 231 |
# File 'sig/types.rbs', line 229 def change_description @change_description end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
236 237 238 |
# File 'sig/types.rbs', line 236 def client_token @client_token end |
#data ⇒ ::String
Returns the value of attribute data.
232 233 234 |
# File 'sig/types.rbs', line 232 def data @data end |
#description ⇒ ::String
Returns the value of attribute description.
228 229 230 |
# File 'sig/types.rbs', line 228 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
237 238 239 |
# File 'sig/types.rbs', line 237 def dry_run @dry_run end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
234 235 236 |
# File 'sig/types.rbs', line 234 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
226 227 228 |
# File 'sig/types.rbs', line 226 def name @name end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
230 231 232 |
# File 'sig/types.rbs', line 230 def platform @platform end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
227 228 229 |
# File 'sig/types.rbs', line 227 def semantic_version @semantic_version end |
#supported_os_versions ⇒ ::Array[::String]
Returns the value of attribute supported_os_versions.
231 232 233 |
# File 'sig/types.rbs', line 231 def supported_os_versions @supported_os_versions end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
235 236 237 |
# File 'sig/types.rbs', line 235 def @tags end |
#uri ⇒ ::String
Returns the value of attribute uri.
233 234 235 |
# File 'sig/types.rbs', line 233 def uri @uri end |