Class: Aws::Types::ListProjectsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4265
4266
4267
# File 'sig/types.rbs', line 4265

def domain_identifier
  @domain_identifier
end

#group_identifier::String

Returns the value of attribute group_identifier.

Returns:

  • (::String)


4267
4268
4269
# File 'sig/types.rbs', line 4267

def group_identifier
  @group_identifier
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4271
4272
4273
# File 'sig/types.rbs', line 4271

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4268
4269
4270
# File 'sig/types.rbs', line 4268

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4270
4271
4272
# File 'sig/types.rbs', line 4270

def next_token
  @next_token
end

#project_category::String

Returns the value of attribute project_category.

Returns:

  • (::String)


4269
4270
4271
# File 'sig/types.rbs', line 4269

def project_category
  @project_category
end

#user_identifier::String

Returns the value of attribute user_identifier.

Returns:

  • (::String)


4266
4267
4268
# File 'sig/types.rbs', line 4266

def user_identifier
  @user_identifier
end