Aws Source Details Response
data class AwsSourceDetailsResponse(val accessKeyCreds: AccessKeyCredentialsResponse, val awsRegion: String, val error: StatusResponse, val inventorySecurityGroupNames: List<String>, val inventoryTagList: List<TagResponse>, val migrationResourcesUserTags: Map<String, String>, val publicIp: String, val state: String)
AwsSourceDetails message describes a specific source details for the AWS source type.
Constructors
Link copied to clipboard
fun AwsSourceDetailsResponse(accessKeyCreds: AccessKeyCredentialsResponse, awsRegion: String, error: StatusResponse, inventorySecurityGroupNames: List<String>, inventoryTagList: List<TagResponse>, migrationResourcesUserTags: Map<String, String>, publicIp: String, state: String)