Class: Aws::Types::Destination
- Inherits:
-
Object
- Object
- Aws::Types::Destination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_details ⇒ Types::ConfigDetails
Returns the value of attribute config_details.
-
#config_id ⇒ ::String
Returns the value of attribute config_id.
-
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
-
#dataflow_destination_region ⇒ ::String
Returns the value of attribute dataflow_destination_region.
Instance Attribute Details
#config_details ⇒ Types::ConfigDetails
Returns the value of attribute config_details.
463 464 465 |
# File 'sig/types.rbs', line 463 def config_details @config_details end |
#config_id ⇒ ::String
Returns the value of attribute config_id.
462 463 464 |
# File 'sig/types.rbs', line 462 def config_id @config_id end |
#config_type ⇒ "antenna-downlink", ...
Returns the value of attribute config_type.
461 462 463 |
# File 'sig/types.rbs', line 461 def config_type @config_type end |
#dataflow_destination_region ⇒ ::String
Returns the value of attribute dataflow_destination_region.
464 465 466 |
# File 'sig/types.rbs', line 464 def dataflow_destination_region @dataflow_destination_region end |