Get Place Index Result
data class GetPlaceIndexResult(val arn: String? = null, val createTime: String? = null, val dataSourceConfiguration: PlaceIndexDataSourceConfiguration? = null, val description: String? = null, val indexArn: String? = null, val pricingPlan: PlaceIndexPricingPlan? = null, val tags: List<Tag>? = null, val updateTime: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, createTime: String? = null, dataSourceConfiguration: PlaceIndexDataSourceConfiguration? = null, description: String? = null, indexArn: String? = null, pricingPlan: PlaceIndexPricingPlan? = null, tags: List<Tag>? = null, updateTime: String? = null)
Properties
Link copied to clipboard
The timestamp for when the place index resource was created in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.
Link copied to clipboard
Specifies the data storage option requesting Places.
Link copied to clipboard
The optional description for the place index resource.
Link copied to clipboard
No longer used. If included, the only allowed value is RequestBasedUsage
. Allowed Values : RequestBasedUsage
Link copied to clipboard
The timestamp for when the place index resource was last updated in ISO 8601 format: YYYY-MM-DDThh:mm:ss.sssZ
.