Class: Aws::Types::ListServicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
-
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
791 792 793 |
# File 'sig/types.rbs', line 791 def account_id @account_id end |
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
792 793 794 |
# File 'sig/types.rbs', line 792 def assessment_status @assessment_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
794 795 796 |
# File 'sig/types.rbs', line 794 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
795 796 797 |
# File 'sig/types.rbs', line 795 def next_token @next_token end |
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
790 791 792 |
# File 'sig/types.rbs', line 790 def ou_id @ou_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
793 794 795 |
# File 'sig/types.rbs', line 793 def policy_arn @policy_arn end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
788 789 790 |
# File 'sig/types.rbs', line 788 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def user_journey_id @user_journey_id end |