Class: Aws::Types::GetFlowLogsIntegrationTemplateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetFlowLogsIntegrationTemplateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_delivery_s3_destination_arn ⇒ ::String
Returns the value of attribute config_delivery_s3_destination_arn.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#flow_log_id ⇒ ::String
Returns the value of attribute flow_log_id.
-
#integrate_services ⇒ Types::IntegrateServices
Returns the value of attribute integrate_services.
Instance Attribute Details
#config_delivery_s3_destination_arn ⇒ ::String
Returns the value of attribute config_delivery_s3_destination_arn.
10112 10113 10114 |
# File 'sig/types.rbs', line 10112 def config_delivery_s3_destination_arn @config_delivery_s3_destination_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10110 10111 10112 |
# File 'sig/types.rbs', line 10110 def dry_run @dry_run end |
#flow_log_id ⇒ ::String
Returns the value of attribute flow_log_id.
10111 10112 10113 |
# File 'sig/types.rbs', line 10111 def flow_log_id @flow_log_id end |
#integrate_services ⇒ Types::IntegrateServices
Returns the value of attribute integrate_services.
10113 10114 10115 |
# File 'sig/types.rbs', line 10113 def integrate_services @integrate_services end |