Class: Aws::Types::ListIdentityPropagationConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListIdentityPropagationConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#services ⇒ ::Array[Types::AuthorizedTargetsByService]
Returns the value of attribute services.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7629 7630 7631 |
# File 'sig/types.rbs', line 7629 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7631 7632 7633 |
# File 'sig/types.rbs', line 7631 def request_id @request_id end |
#services ⇒ ::Array[Types::AuthorizedTargetsByService]
Returns the value of attribute services.
7628 7629 7630 |
# File 'sig/types.rbs', line 7628 def services @services end |
#status ⇒ ::Integer
Returns the value of attribute status.
7630 7631 7632 |
# File 'sig/types.rbs', line 7630 def status @status end |