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.
10225 10226 10227 |
# File 'sig/types.rbs', line 10225 def config_delivery_s3_destination_arn @config_delivery_s3_destination_arn end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
10223 10224 10225 |
# File 'sig/types.rbs', line 10223 def dry_run @dry_run end |
#flow_log_id ⇒ ::String
Returns the value of attribute flow_log_id.
10224 10225 10226 |
# File 'sig/types.rbs', line 10224 def flow_log_id @flow_log_id end |
#integrate_services ⇒ Types::IntegrateServices
Returns the value of attribute integrate_services.
10226 10227 10228 |
# File 'sig/types.rbs', line 10226 def integrate_services @integrate_services end |