Class: Aws::Types::UpdateProjectVisibilityOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectVisibilityOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#project_visibility ⇒ "PUBLIC_READ", "PRIVATE"
Returns the value of attribute project_visibility.
-
#public_project_alias ⇒ ::String
Returns the value of attribute public_project_alias.
Instance Attribute Details
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def project_arn @project_arn end |
#project_visibility ⇒ "PUBLIC_READ", "PRIVATE"
Returns the value of attribute project_visibility.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def project_visibility @project_visibility end |
#public_project_alias ⇒ ::String
Returns the value of attribute public_project_alias.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def public_project_alias @public_project_alias end |