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)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def client_token
  @client_token
end

#portal_id::String

Returns the value of attribute portal_id.

Returns:

  • (::String)


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

def portal_id
  @portal_id
end

#project_description::String

Returns the value of attribute project_description.

Returns:

  • (::String)


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

def project_description
  @project_description
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


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

def project_name
  @project_name
end

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

Returns the value of attribute tags.

Returns:

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


1104
1105
1106
# File 'sig/types.rbs', line 1104

def tags
  @tags
end