Class: Aws::Types::InputConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::InputConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#input_arn ⇒ ::String
Returns the value of attribute input_arn.
-
#input_description ⇒ ::String
Returns the value of attribute input_description.
-
#input_name ⇒ ::String
Returns the value of attribute input_name.
-
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
401 402 403 |
# File 'sig/types.rbs', line 401 def creation_time @creation_time end |
#input_arn ⇒ ::String
Returns the value of attribute input_arn.
400 401 402 |
# File 'sig/types.rbs', line 400 def input_arn @input_arn end |
#input_description ⇒ ::String
Returns the value of attribute input_description.
399 400 401 |
# File 'sig/types.rbs', line 399 def input_description @input_description end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
398 399 400 |
# File 'sig/types.rbs', line 398 def input_name @input_name end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
402 403 404 |
# File 'sig/types.rbs', line 402 def last_update_time @last_update_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
403 404 405 |
# File 'sig/types.rbs', line 403 def status @status end |