Class: Aws::Types::UpdateProjectRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3834
3835
3836
# File 'sig/types.rbs', line 3834

def client_token
  @client_token
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


3833
3834
3835
# File 'sig/types.rbs', line 3833

def project_description
  @project_description
end

#project_id::String

Returns the value of attribute project_id.

Returns:

  • (::String)


3831
3832
3833
# File 'sig/types.rbs', line 3831

def project_id
  @project_id
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


3832
3833
3834
# File 'sig/types.rbs', line 3832

def project_name
  @project_name
end