Module: Aws::IoTManagedIntegrations::Client::_CreateProvisioningProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProvisioningProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #claim_certificate ⇒ ::String
- #claim_certificate_private_key ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #provisioning_type ⇒ "FLEET_PROVISIONING", "JITR"
- #status ⇒ "CREATE_IN_PROGRESS", ...
Instance Method Details
#arn ⇒ ::String
329 |
# File 'sig/client.rbs', line 329
def arn: () -> ::String
|
#claim_certificate ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def claim_certificate: () -> ::String
|
#claim_certificate_private_key ⇒ ::String
335 |
# File 'sig/client.rbs', line 335
def claim_certificate_private_key: () -> ::String
|
#id ⇒ ::String
332 |
# File 'sig/client.rbs', line 332
def id: () -> ::String
|
#name ⇒ ::String
330 |
# File 'sig/client.rbs', line 330
def name: () -> ::String
|
#provisioning_type ⇒ "FLEET_PROVISIONING", "JITR"
331 |
# File 'sig/client.rbs', line 331
def provisioning_type: () -> ("FLEET_PROVISIONING" | "JITR")
|
#status ⇒ "CREATE_IN_PROGRESS", ...
333 |
# File 'sig/client.rbs', line 333
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|