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.
812 813 814 |
# File 'sig/types.rbs', line 812 def account_id @account_id end |
#assessment_status ⇒ "NOT_STARTED", ...
Returns the value of attribute assessment_status.
813 814 815 |
# File 'sig/types.rbs', line 813 def assessment_status @assessment_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
815 816 817 |
# File 'sig/types.rbs', line 815 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
816 817 818 |
# File 'sig/types.rbs', line 816 def next_token @next_token end |
#ou_id ⇒ ::String
Returns the value of attribute ou_id.
811 812 813 |
# File 'sig/types.rbs', line 811 def ou_id @ou_id end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
814 815 816 |
# File 'sig/types.rbs', line 814 def policy_arn @policy_arn end |
#system_arn ⇒ ::String
Returns the value of attribute system_arn.
809 810 811 |
# File 'sig/types.rbs', line 809 def system_arn @system_arn end |
#user_journey_id ⇒ ::String
Returns the value of attribute user_journey_id.
810 811 812 |
# File 'sig/types.rbs', line 810 def user_journey_id @user_journey_id end |