Class: Aws::Types::CreateServiceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateServiceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#repository_connection_arn ⇒ ::String
Returns the value of attribute repository_connection_arn.
-
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
-
#spec ⇒ ::String
Returns the value of attribute spec.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
-
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
248 249 250 |
# File 'sig/types.rbs', line 248 def branch_name @branch_name end |
#description ⇒ ::String
Returns the value of attribute description.
249 250 251 |
# File 'sig/types.rbs', line 249 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
250 251 252 |
# File 'sig/types.rbs', line 250 def name @name end |
#repository_connection_arn ⇒ ::String
Returns the value of attribute repository_connection_arn.
251 252 253 |
# File 'sig/types.rbs', line 251 def repository_connection_arn @repository_connection_arn end |
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def repository_id @repository_id end |
#spec ⇒ ::String
Returns the value of attribute spec.
253 254 255 |
# File 'sig/types.rbs', line 253 def spec @spec end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
254 255 256 |
# File 'sig/types.rbs', line 254 def @tags end |
#template_major_version ⇒ ::String
Returns the value of attribute template_major_version.
255 256 257 |
# File 'sig/types.rbs', line 255 def template_major_version @template_major_version end |
#template_minor_version ⇒ ::String
Returns the value of attribute template_minor_version.
256 257 258 |
# File 'sig/types.rbs', line 256 def template_minor_version @template_minor_version end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
257 258 259 |
# File 'sig/types.rbs', line 257 def template_name @template_name end |