Class: Aws::Types::EnvironmentTemplate
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentTemplate
- 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.
-
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
-
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
615 616 617 |
# File 'sig/types.rbs', line 615 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
616 617 618 |
# File 'sig/types.rbs', line 616 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
617 618 619 |
# File 'sig/types.rbs', line 617 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
618 619 620 |
# File 'sig/types.rbs', line 618 def display_name @display_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
619 620 621 |
# File 'sig/types.rbs', line 619 def encryption_key @encryption_key end |
#last_modified_at ⇒ ::Time
Returns the value of attribute last_modified_at.
620 621 622 |
# File 'sig/types.rbs', line 620 def last_modified_at @last_modified_at end |
#name ⇒ ::String
Returns the value of attribute name.
621 622 623 |
# File 'sig/types.rbs', line 621 def name @name end |
#provisioning ⇒ "CUSTOMER_MANAGED"
Returns the value of attribute provisioning.
622 623 624 |
# File 'sig/types.rbs', line 622 def provisioning @provisioning end |
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
623 624 625 |
# File 'sig/types.rbs', line 623 def recommended_version @recommended_version end |