Class: Aws::Types::CreateProjectRequest

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)


1100
1101
1102
# File 'sig/types.rbs', line 1100

def client_token
  @client_token
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def portal_id
  @portal_id
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def project_description
  @project_description
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


1098
1099
1100
# File 'sig/types.rbs', line 1098

def project_name
  @project_name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


1101
1102
1103
# File 'sig/types.rbs', line 1101

def tags
  @tags
end