Class: Aws::Types::InputAttachment
- Inherits:
-
Object
- Object
- Aws::Types::InputAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#automatic_input_failover_settings ⇒ Types::AutomaticInputFailoverSettings
Returns the value of attribute automatic_input_failover_settings.
-
#input_attachment_name ⇒ ::String
Returns the value of attribute input_attachment_name.
-
#input_id ⇒ ::String
Returns the value of attribute input_id.
-
#input_settings ⇒ Types::InputSettings
Returns the value of attribute input_settings.
-
#logical_interface_names ⇒ ::Array[::String]
Returns the value of attribute logical_interface_names.
Instance Attribute Details
#automatic_input_failover_settings ⇒ Types::AutomaticInputFailoverSettings
Returns the value of attribute automatic_input_failover_settings.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def automatic_input_failover_settings @automatic_input_failover_settings end |
#input_attachment_name ⇒ ::String
Returns the value of attribute input_attachment_name.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def end |
#input_id ⇒ ::String
Returns the value of attribute input_id.
1691 1692 1693 |
# File 'sig/types.rbs', line 1691 def input_id @input_id end |
#input_settings ⇒ Types::InputSettings
Returns the value of attribute input_settings.
1692 1693 1694 |
# File 'sig/types.rbs', line 1692 def input_settings @input_settings end |
#logical_interface_names ⇒ ::Array[::String]
Returns the value of attribute logical_interface_names.
1693 1694 1695 |
# File 'sig/types.rbs', line 1693 def logical_interface_names @logical_interface_names end |