Class: Aws::Types::ListProjectProfilesInput
- Inherits:
-
Object
- Object
- Aws::Types::ListProjectProfilesInput
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#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.
4249 4250 4251 |
# File 'sig/types.rbs', line 4249 def domain_identifier @domain_identifier end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
4254 4255 4256 |
# File 'sig/types.rbs', line 4254 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
4250 4251 4252 |
# File 'sig/types.rbs', line 4250 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
4253 4254 4255 |
# File 'sig/types.rbs', line 4253 def next_token @next_token end |
#sort_by ⇒ "NAME"
Returns the value of attribute sort_by.
4251 4252 4253 |
# File 'sig/types.rbs', line 4251 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
4252 4253 4254 |
# File 'sig/types.rbs', line 4252 def sort_order @sort_order end |