Class: Aws::Types::ListProjectsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#group_identifier ⇒ ::String
Returns the value of attribute group_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_category ⇒ ::String
Returns the value of attribute project_category.
-
#user_identifier ⇒ ::String
Returns the value of attribute user_identifier.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
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.
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.
4271 4272 4273 |
# File 'sig/types.rbs', line 4271 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
4268 4269 4270 |
# File 'sig/types.rbs', line 4268 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
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.
4266 4267 4268 |
# File 'sig/types.rbs', line 4266 def user_identifier @user_identifier end |