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.
1686 1687 1688 |
# File 'sig/types.rbs', line 1686 def automatic_input_failover_settings @automatic_input_failover_settings end |
#input_attachment_name ⇒ ::String
Returns the value of attribute input_attachment_name.
1687 1688 1689 |
# File 'sig/types.rbs', line 1687 def @input_attachment_name end |
#input_id ⇒ ::String
Returns the value of attribute input_id.
1688 1689 1690 |
# File 'sig/types.rbs', line 1688 def input_id @input_id end |
#input_settings ⇒ Types::InputSettings
Returns the value of attribute input_settings.
1689 1690 1691 |
# File 'sig/types.rbs', line 1689 def input_settings @input_settings end |
#logical_interface_names ⇒ ::Array[::String]
Returns the value of attribute logical_interface_names.
1690 1691 1692 |
# File 'sig/types.rbs', line 1690 def logical_interface_names @logical_interface_names end |