Class: Aws::Types::UpdateProjectVisibilityInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProjectVisibilityInput
- 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.
-
#resource_access_role ⇒ ::String
Returns the value of attribute resource_access_role.
Instance Attribute Details
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def project_arn @project_arn end |
#project_visibility ⇒ "PUBLIC_READ", "PRIVATE"
Returns the value of attribute project_visibility.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def project_visibility @project_visibility end |
#resource_access_role ⇒ ::String
Returns the value of attribute resource_access_role.
1475 1476 1477 |
# File 'sig/types.rbs', line 1475 def resource_access_role @resource_access_role end |