Class: Aws::Types::UpdateProjectVisibilityInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#project_arn::String

Returns the value of attribute project_arn.

Returns:

  • (::String)


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.

Returns:

  • ("PUBLIC_READ", "PRIVATE")


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.

Returns:

  • (::String)


1475
1476
1477
# File 'sig/types.rbs', line 1475

def resource_access_role
  @resource_access_role
end