Class: Aws::Types::Challenge
- Inherits:
-
Object
- Object
- Aws::Types::Challenge
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
22 23 24 |
# File 'sig/types.rbs', line 22 def arn @arn end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
23 24 25 |
# File 'sig/types.rbs', line 23 def connector_arn @connector_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
24 25 26 |
# File 'sig/types.rbs', line 24 def created_at @created_at end |
#password ⇒ ::String
Returns the value of attribute password.
26 27 28 |
# File 'sig/types.rbs', line 26 def password @password end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
25 26 27 |
# File 'sig/types.rbs', line 25 def updated_at @updated_at end |