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
978 |
# File 'sig/client.rbs', line 978
def portal_id: () -> ::String
|
#project_arn ⇒ ::String
976 |
# File 'sig/client.rbs', line 976
def project_arn: () -> ::String
|
#project_creation_date ⇒ ::Time
980 |
# File 'sig/client.rbs', line 980
def project_creation_date: () -> ::Time
|
#project_description ⇒ ::String
979 |
# File 'sig/client.rbs', line 979
def project_description: () -> ::String
|
#project_id ⇒ ::String
975 |
# File 'sig/client.rbs', line 975
def project_id: () -> ::String
|
#project_last_update_date ⇒ ::Time
981 |
# File 'sig/client.rbs', line 981
def project_last_update_date: () -> ::Time
|
#project_name ⇒ ::String
977 |
# File 'sig/client.rbs', line 977
def project_name: () -> ::String
|