Class: Aws::Types::TestIdentityProviderResponse
- Inherits:
-
Object
- Object
- Aws::Types::TestIdentityProviderResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#response ⇒ ::String
Returns the value of attribute response.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def end |
#response ⇒ ::String
Returns the value of attribute response.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def response @response end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def status_code @status_code end |
#url ⇒ ::String
Returns the value of attribute url.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def url @url end |