Class: Aws::Types::ImportComponentRequest
- Inherits:
-
Object
- Object
- Aws::Types::ImportComponentRequest
- 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.
-
#format ⇒ "SHELL"
Returns the value of attribute format.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "BUILD", "TEST"
Returns the value of attribute type.
-
#uri ⇒ ::String
Returns the value of attribute uri.
Instance Attribute Details
#change_description ⇒ ::String
Returns the value of attribute change_description.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def change_description @change_description end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1128 1129 1130 |
# File 'sig/types.rbs', line 1128 def client_token @client_token end |
#data ⇒ ::String
Returns the value of attribute data.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def data @data end |
#description ⇒ ::String
Returns the value of attribute description.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def description @description end |
#format ⇒ "SHELL"
Returns the value of attribute format.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def format @format end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1126 1127 1128 |
# File 'sig/types.rbs', line 1126 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def name @name end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def platform @platform end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def semantic_version @semantic_version end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1127 1128 1129 |
# File 'sig/types.rbs', line 1127 def @tags end |
#type ⇒ "BUILD", "TEST"
Returns the value of attribute type.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def type @type end |
#uri ⇒ ::String
Returns the value of attribute uri.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def uri @uri end |