Module: Aws::IoTSiteWise::Client::_DescribeApplicationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeApplicationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #dns_subdomain ⇒ ::String
- #id ⇒ ::String
- #idc_application_arn ⇒ ::String
- #name ⇒ ::String
- #status ⇒ "CREATING", ...
- #updated_at ⇒ ::Time
- #workspace_name ⇒ ::String
Instance Method Details
#arn ⇒ ::String
988 |
# File 'sig/client.rbs', line 988
def arn: () -> ::String
|
#created_at ⇒ ::Time
989 |
# File 'sig/client.rbs', line 989
def created_at: () -> ::Time
|
#description ⇒ ::String
991 |
# File 'sig/client.rbs', line 991
def description: () -> ::String
|
#dns_subdomain ⇒ ::String
990 |
# File 'sig/client.rbs', line 990
def dns_subdomain: () -> ::String
|
#id ⇒ ::String
992 |
# File 'sig/client.rbs', line 992
def id: () -> ::String
|
#idc_application_arn ⇒ ::String
993 |
# File 'sig/client.rbs', line 993
def idc_application_arn: () -> ::String
|
#name ⇒ ::String
994 |
# File 'sig/client.rbs', line 994
def name: () -> ::String
|
#status ⇒ "CREATING", ...
995 |
# File 'sig/client.rbs', line 995
def status: () -> ("CREATING" | "ACTIVE" | "DELETING")
|
#updated_at ⇒ ::Time
996 |
# File 'sig/client.rbs', line 996
def updated_at: () -> ::Time
|
#workspace_name ⇒ ::String
997 |
# File 'sig/client.rbs', line 997
def workspace_name: () -> ::String
|