toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() {
  return <String, dynamic>{
    'hubArn': ?hubArn,
    'hubContentArn': ?hubContentArn,
    'hubContentName': ?hubContentName,
    'hubContentStatus': ?hubContentStatus,
    'hubContentVersion': ?hubContentVersion,
    'hubName': ?hubName,
    'minVersion': ?minVersion,
    'region': ?region,
    'sagemakerPublicHubContentArn': ?sagemakerPublicHubContentArn,
    'tags': ?tags,
    'tagsAll': ?tagsAll,
    'timeouts': ?pulumi.Input.mapOptionalInputValue<HubContentReferenceTimeouts, Map<String, dynamic>>(timeouts, (value) => value.toMap()),
  };
}