Class: Aws::Types::ServiceTemplate
- Inherits:
-
Object
- Object
- Aws::Types::ServiceTemplate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute pipeline_provisioning.
-
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1434 1435 1436 |
# File 'sig/types.rbs', line 1434 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1435 1436 1437 |
# File 'sig/types.rbs', line 1435 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1436 1437 1438 |
# File 'sig/types.rbs', line 1436 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1437 1438 1439 |
# File 'sig/types.rbs', line 1437 def display_name @display_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def encryption_key @encryption_key end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def last_modified_at @last_modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def name @name end |
#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute pipeline_provisioning.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def pipeline_provisioning @pipeline_provisioning end |
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def recommended_version @recommended_version end |