Class: Aws::Types::UpdateProjectVisibilityOutput

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)


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.

Returns:

  • ("PUBLIC_READ", "PRIVATE")


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.

Returns:

  • (::String)


1481
1482
1483
# File 'sig/types.rbs', line 1481

def public_project_alias
  @public_project_alias
end