Class: Aws::Types::InputSummary
- Inherits:
-
Object
- Object
- Aws::Types::InputSummary
- 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.
422 423 424 |
# File 'sig/types.rbs', line 422 def creation_time @creation_time end |
#input_arn ⇒ ::String
Returns the value of attribute input_arn.
421 422 423 |
# File 'sig/types.rbs', line 421 def input_arn @input_arn end |
#input_description ⇒ ::String
Returns the value of attribute input_description.
420 421 422 |
# File 'sig/types.rbs', line 420 def input_description @input_description end |
#input_name ⇒ ::String
Returns the value of attribute input_name.
419 420 421 |
# File 'sig/types.rbs', line 419 def input_name @input_name end |
#last_update_time ⇒ ::Time
Returns the value of attribute last_update_time.
423 424 425 |
# File 'sig/types.rbs', line 423 def last_update_time @last_update_time end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
424 425 426 |
# File 'sig/types.rbs', line 424 def status @status end |