Class: Aws::Types::ProvisioningTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::ProvisioningTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
-
#type ⇒ "FLEET_PROVISIONING", "JITP"
Returns the value of attribute type.
Instance Attribute Details
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
4133 4134 4135 |
# File 'sig/types.rbs', line 4133 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
4132 4133 4134 |
# File 'sig/types.rbs', line 4132 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
4135 4136 4137 |
# File 'sig/types.rbs', line 4135 def enabled @enabled end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
4134 4135 4136 |
# File 'sig/types.rbs', line 4134 def last_modified_date @last_modified_date end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
4130 4131 4132 |
# File 'sig/types.rbs', line 4130 def template_arn @template_arn end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
4131 4132 4133 |
# File 'sig/types.rbs', line 4131 def template_name @template_name end |
#type ⇒ "FLEET_PROVISIONING", "JITP"
Returns the value of attribute type.
4136 4137 4138 |
# File 'sig/types.rbs', line 4136 def type @type end |