Module: Aws::IoTSiteWise::Client::_DescribeProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeProjectResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #portal_id ⇒ ::String
- #project_arn ⇒ ::String
- #project_creation_date ⇒ ::Time
- #project_description ⇒ ::String
- #project_id ⇒ ::String
- #project_last_update_date ⇒ ::Time
- #project_name ⇒ ::String
Instance Method Details
#portal_id ⇒ ::String
1414 |
# File 'sig/client.rbs', line 1414
def portal_id: () -> ::String
|
#project_arn ⇒ ::String
1412 |
# File 'sig/client.rbs', line 1412
def project_arn: () -> ::String
|
#project_creation_date ⇒ ::Time
1416 |
# File 'sig/client.rbs', line 1416
def project_creation_date: () -> ::Time
|
#project_description ⇒ ::String
1415 |
# File 'sig/client.rbs', line 1415
def project_description: () -> ::String
|
#project_id ⇒ ::String
1411 |
# File 'sig/client.rbs', line 1411
def project_id: () -> ::String
|
#project_last_update_date ⇒ ::Time
1417 |
# File 'sig/client.rbs', line 1417
def project_last_update_date: () -> ::Time
|
#project_name ⇒ ::String
1413 |
# File 'sig/client.rbs', line 1413
def project_name: () -> ::String
|