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.
9887 9888 9889 |
# File 'sig/types.rbs', line 9887 def config_delivery_s3_destination_arn @config_delivery_s3_destination_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
9885 9886 9887 |
# File 'sig/types.rbs', line 9885 def dry_run @dry_run end |
#flow_log_id ⇒ ::String
Returns the value of attribute flow_log_id.
9886 9887 9888 |
# File 'sig/types.rbs', line 9886 def flow_log_id @flow_log_id end |
#integrate_services ⇒ Types::IntegrateServices
Returns the value of attribute integrate_services.
9888 9889 9890 |
# File 'sig/types.rbs', line 9888 def integrate_services @integrate_services end |