Class: Aws::Types::DescribeProjectResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProjectResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#project_creation_date ⇒ ::Time
Returns the value of attribute project_creation_date.
-
#project_description ⇒ ::String
Returns the value of attribute project_description.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#project_last_update_date ⇒ ::Time
Returns the value of attribute project_last_update_date.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
Instance Attribute Details
#portal_id ⇒ ::String
Returns the value of attribute portal_id.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def portal_id @portal_id end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def project_arn @project_arn end |
#project_creation_date ⇒ ::Time
Returns the value of attribute project_creation_date.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def project_creation_date @project_creation_date end |
#project_description ⇒ ::String
Returns the value of attribute project_description.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def project_description @project_description end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def project_id @project_id end |
#project_last_update_date ⇒ ::Time
Returns the value of attribute project_last_update_date.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def project_last_update_date @project_last_update_date end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def project_name @project_name end |