Class: Aws::Types::Service
- Inherits:
-
Object
- Object
- Aws::Types::Service
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline ⇒ Types::ServicePipeline
Returns the value of attribute pipeline.
-
#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.
-
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_message ⇒ ::String
Returns the value of attribute status_message.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def arn @arn end |
#branch_name ⇒ ::String
Returns the value of attribute branch_name.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def branch_name @branch_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def description @description end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def last_modified_at @last_modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def name @name end |
#pipeline ⇒ Types::ServicePipeline
Returns the value of attribute pipeline.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def pipeline @pipeline end |
#repository_connection_arn ⇒ ::String
Returns the value of attribute repository_connection_arn.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def repository_connection_arn @repository_connection_arn end |
#repository_id ⇒ ::String
Returns the value of attribute repository_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def repository_id @repository_id end |
#spec ⇒ ::String
Returns the value of attribute spec.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def spec @spec end |
#status ⇒ "CREATE_IN_PROGRESS", ...
Returns the value of attribute status.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def status @status end |
#status_message ⇒ ::String
Returns the value of attribute status_message.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def template_name @template_name end |