Class: Aws::Types::DescribeProvisioningTemplateResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProvisioningTemplateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#default_version_id ⇒ ::Integer
Returns the value of attribute default_version_id.
-
#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.
-
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Returns the value of attribute pre_provisioning_hook.
-
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#template_body ⇒ ::String
Returns the value of attribute template_body.
-
#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.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def creation_date @creation_date end |
#default_version_id ⇒ ::Integer
Returns the value of attribute default_version_id.
1936 1937 1938 |
# File 'sig/types.rbs', line 1936 def default_version_id @default_version_id end |
#description ⇒ ::String
Returns the value of attribute description.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def description @description end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def enabled @enabled end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
1935 1936 1937 |
# File 'sig/types.rbs', line 1935 def last_modified_date @last_modified_date end |
#pre_provisioning_hook ⇒ Types::ProvisioningHook
Returns the value of attribute pre_provisioning_hook.
1940 1941 1942 |
# File 'sig/types.rbs', line 1940 def pre_provisioning_hook @pre_provisioning_hook end |
#provisioning_role_arn ⇒ ::String
Returns the value of attribute provisioning_role_arn.
1939 1940 1941 |
# File 'sig/types.rbs', line 1939 def provisioning_role_arn @provisioning_role_arn end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def template_arn @template_arn end |
#template_body ⇒ ::String
Returns the value of attribute template_body.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def template_body @template_body end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def template_name @template_name end |
#type ⇒ "FLEET_PROVISIONING", "JITP"
Returns the value of attribute type.
1941 1942 1943 |
# File 'sig/types.rbs', line 1941 def type @type end |