Module: Aws::IoT::Client::_DescribeProvisioningTemplateResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeProvisioningTemplateResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #creation_date ⇒ ::Time
- #default_version_id ⇒ ::Integer
- #description ⇒ ::String
- #enabled ⇒ Boolean
- #last_modified_date ⇒ ::Time
- #pre_provisioning_hook ⇒ Types::ProvisioningHook
- #provisioning_role_arn ⇒ ::String
- #template_arn ⇒ ::String
- #template_body ⇒ ::String
- #template_name ⇒ ::String
- #type ⇒ "FLEET_PROVISIONING", "JITP"
Instance Method Details
#creation_date ⇒ ::Time
1779 |
# File 'sig/client.rbs', line 1779
def creation_date: () -> ::Time
|
#default_version_id ⇒ ::Integer
1781 |
# File 'sig/client.rbs', line 1781
def default_version_id: () -> ::Integer
|
#description ⇒ ::String
1778 |
# File 'sig/client.rbs', line 1778
def description: () -> ::String
|
#enabled ⇒ Boolean
1783 |
# File 'sig/client.rbs', line 1783
def enabled: () -> bool
|
#last_modified_date ⇒ ::Time
1780 |
# File 'sig/client.rbs', line 1780
def last_modified_date: () -> ::Time
|
#pre_provisioning_hook ⇒ Types::ProvisioningHook
1785 |
# File 'sig/client.rbs', line 1785
def pre_provisioning_hook: () -> Types::ProvisioningHook
|
#provisioning_role_arn ⇒ ::String
1784 |
# File 'sig/client.rbs', line 1784
def provisioning_role_arn: () -> ::String
|
#template_arn ⇒ ::String
1776 |
# File 'sig/client.rbs', line 1776
def template_arn: () -> ::String
|
#template_body ⇒ ::String
1782 |
# File 'sig/client.rbs', line 1782
def template_body: () -> ::String
|
#template_name ⇒ ::String
1777 |
# File 'sig/client.rbs', line 1777
def template_name: () -> ::String
|
#type ⇒ "FLEET_PROVISIONING", "JITP"
1786 |
# File 'sig/client.rbs', line 1786
def type: () -> ("FLEET_PROVISIONING" | "JITP")
|