Module: Aws::IoTManagedIntegrations::Client::_GetProvisioningProfileResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProvisioningProfileResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #claim_certificate ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #provisioning_type ⇒ "FLEET_PROVISIONING", "JITR"
- #status ⇒ "CREATE_IN_PROGRESS", ...
- #tags ⇒ ::Hash[::String, ::String]
Instance Method Details
#arn ⇒ ::String
715 |
# File 'sig/client.rbs', line 715
def arn: () -> ::String
|
#claim_certificate ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def claim_certificate: () -> ::String
|
#id ⇒ ::String
718 |
# File 'sig/client.rbs', line 718
def id: () -> ::String
|
#name ⇒ ::String
716 |
# File 'sig/client.rbs', line 716
def name: () -> ::String
|
#provisioning_type ⇒ "FLEET_PROVISIONING", "JITR"
717 |
# File 'sig/client.rbs', line 717
def provisioning_type: () -> ("FLEET_PROVISIONING" | "JITR")
|
#status ⇒ "CREATE_IN_PROGRESS", ...
719 |
# File 'sig/client.rbs', line 719
def status: () -> ("CREATE_IN_PROGRESS" | "CREATE_FAILED" | "CREATED" | "DELETE_IN_PROGRESS" | "DELETE_FAILED")
|
#tags ⇒ ::Hash[::String, ::String]
721 |
# File 'sig/client.rbs', line 721
def tags: () -> ::Hash[::String, ::String]
|