GetProfileResult

data class GetProfileResult(val businessName: String? = null, val createdAt: String? = null, val email: String? = null, val logGroupName: String? = null, val modifiedAt: String? = null, val name: String? = null, val phone: String? = null, val profileArn: String? = null, val profileId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(businessName: String? = null, createdAt: String? = null, email: String? = null, logGroupName: String? = null, modifiedAt: String? = null, name: String? = null, phone: String? = null, profileArn: String? = null, profileId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val businessName: String? = null

Returns the name for the business associated with this profile.

Link copied to clipboard
val createdAt: String? = null

Returns the timestamp for creation date and time of the profile.

Link copied to clipboard
val email: String? = null
Link copied to clipboard
val logGroupName: String? = null

Returns the name of the logging group.

Link copied to clipboard
val modifiedAt: String? = null

Returns the timestamp that identifies the most recent date and time that the profile was modified.

Link copied to clipboard
val name: String? = null

Returns the display name for profile.

Link copied to clipboard
val phone: String? = null
Link copied to clipboard
val profileArn: String? = null

Returns an Amazon Resource Name (ARN) for the profile.

Link copied to clipboard
val profileId: String? = null
Link copied to clipboard
val tags: List<Tag>? = null

A key-value pair for a specific profile. Tags are metadata that you can use to search for and group capabilities for various purposes.