Module: Aws::IoTSiteWise::Client::_CreateApplicationResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateApplicationResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


374
# File 'sig/client.rbs', line 374

def arn: () -> ::String

#dns_subdomain::String

Returns:

  • (::String)


376
# File 'sig/client.rbs', line 376

def dns_subdomain: () -> ::String

#id::String

Returns:

  • (::String)


375
# File 'sig/client.rbs', line 375

def id: () -> ::String

#name::String

Returns:

  • (::String)


377
# File 'sig/client.rbs', line 377

def name: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "ACTIVE", "DELETING")


378
# File 'sig/client.rbs', line 378

def status: () -> ("CREATING" | "ACTIVE" | "DELETING")