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
374 |
# File 'sig/client.rbs', line 374
def arn: () -> ::String
|
#dns_subdomain ⇒ ::String
376 |
# File 'sig/client.rbs', line 376
def dns_subdomain: () -> ::String
|
#id ⇒ ::String
375 |
# File 'sig/client.rbs', line 375
def id: () -> ::String
|
#name ⇒ ::String
377 |
# File 'sig/client.rbs', line 377
def name: () -> ::String
|
#status ⇒ "CREATING", ...
378 |
# File 'sig/client.rbs', line 378
def status: () -> ("CREATING" | "ACTIVE" | "DELETING")
|