Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 896 Bytes

File metadata and controls

29 lines (20 loc) · 896 Bytes

LogStreamAws

Properties

Name Type Description Notes
settings LogStreamSettingsAws

Example

from okta.models.log_stream_aws import LogStreamAws

# TODO update the JSON string below
json = "{}"
# create an instance of LogStreamAws from a JSON string
log_stream_aws_instance = LogStreamAws.from_json(json)
# print the JSON string representation of the object
print(LogStreamAws.to_json())

# convert the object into a dict
log_stream_aws_dict = log_stream_aws_instance.to_dict()
# create an instance of LogStreamAws from a dict
log_stream_aws_from_dict = LogStreamAws.from_dict(log_stream_aws_dict)

[Back to Model list] [Back to API list] [Back to README]