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
1786 |
# File 'sig/client.rbs', line 1786
def creation_date: () -> ::Time
|
#default_version_id ⇒ ::Integer
1788 |
# File 'sig/client.rbs', line 1788
def default_version_id: () -> ::Integer
|
#description ⇒ ::String
1785 |
# File 'sig/client.rbs', line 1785
def description: () -> ::String
|
#enabled ⇒ Boolean
1790 |
# File 'sig/client.rbs', line 1790
def enabled: () -> bool
|
#last_modified_date ⇒ ::Time
1787 |
# File 'sig/client.rbs', line 1787
def last_modified_date: () -> ::Time
|
#pre_provisioning_hook ⇒ Types::ProvisioningHook
1792 |
# File 'sig/client.rbs', line 1792
def pre_provisioning_hook: () -> Types::ProvisioningHook
|
#provisioning_role_arn ⇒ ::String
1791 |
# File 'sig/client.rbs', line 1791
def provisioning_role_arn: () -> ::String
|
#template_arn ⇒ ::String
1783 |
# File 'sig/client.rbs', line 1783
def template_arn: () -> ::String
|
#template_body ⇒ ::String
1789 |
# File 'sig/client.rbs', line 1789
def template_body: () -> ::String
|
#template_name ⇒ ::String
1784 |
# File 'sig/client.rbs', line 1784
def template_name: () -> ::String
|
#type ⇒ "FLEET_PROVISIONING", "JITP"
1793 |
# File 'sig/client.rbs', line 1793
def type: () -> ("FLEET_PROVISIONING" | "JITP")
|