Class: Aws::Types::ListProjectMembershipsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectMembershipsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
-
#sort_by ⇒ "NAME"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
4233 4234 4235 |
# File 'sig/types.rbs', line 4233 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4238 4239 4240 |
# File 'sig/types.rbs', line 4238 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4237 4238 4239 |
# File 'sig/types.rbs', line 4237 def next_token @next_token end |
#project_identifier ⇒ ::String
Returns the value of attribute project_identifier.
4234 4235 4236 |
# File 'sig/types.rbs', line 4234 def project_identifier @project_identifier end |
#sort_by ⇒ "NAME"
Returns the value of attribute sort_by.
4235 4236 4237 |
# File 'sig/types.rbs', line 4235 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4236 4237 4238 |
# File 'sig/types.rbs', line 4236 def sort_order @sort_order end |