Module: Aws::IoT::Client::_CreateProvisioningTemplateVersionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProvisioningTemplateVersionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #is_default_version ⇒ Boolean
- #template_arn ⇒ ::String
- #template_name ⇒ ::String
- #version_id ⇒ ::Integer
Instance Method Details
#is_default_version ⇒ Boolean
899 |
# File 'sig/client.rbs', line 899
def is_default_version: () -> bool
|
#template_arn ⇒ ::String
896 |
# File 'sig/client.rbs', line 896
def template_arn: () -> ::String
|
#template_name ⇒ ::String
897 |
# File 'sig/client.rbs', line 897
def template_name: () -> ::String
|
#version_id ⇒ ::Integer
898 |
# File 'sig/client.rbs', line 898
def version_id: () -> ::Integer
|