Class: Aws::Types::ServiceTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::ServiceTemplateSummary
- 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.
-
#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.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def display_name @display_name end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def last_modified_at @last_modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def name @name end |
#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute pipeline_provisioning.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def pipeline_provisioning @pipeline_provisioning end |
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def recommended_version @recommended_version end |