Name | Type | Description | Notes |
---|---|---|---|
connection_client_id | str | ||
credentials | AwsExchangeCredentialsProjectTokenOKCredentials |
from affinidi_tdk_iota_client.models.aws_exchange_credentials_ok import AwsExchangeCredentialsOK
# TODO update the JSON string below
json = "{}"
# create an instance of AwsExchangeCredentialsOK from a JSON string
aws_exchange_credentials_ok_instance = AwsExchangeCredentialsOK.from_json(json)
# print the JSON string representation of the object
print AwsExchangeCredentialsOK.to_json()
# convert the object into a dict
aws_exchange_credentials_ok_dict = aws_exchange_credentials_ok_instance.to_dict()
# create an instance of AwsExchangeCredentialsOK from a dict
aws_exchange_credentials_ok_from_dict = AwsExchangeCredentialsOK.from_dict(aws_exchange_credentials_ok_dict)