Class: Aws::Types::GetFlowLogsIntegrationTemplateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_delivery_s3_destination_arn::String

Returns the value of attribute config_delivery_s3_destination_arn.

Returns:

  • (::String)


10112
10113
10114
# File 'sig/types.rbs', line 10112

def config_delivery_s3_destination_arn
  @config_delivery_s3_destination_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


10111
10112
10113
# File 'sig/types.rbs', line 10111

def flow_log_id
  @flow_log_id
end

#integrate_servicesTypes::IntegrateServices

Returns the value of attribute integrate_services.



10113
10114
10115
# File 'sig/types.rbs', line 10113

def integrate_services
  @integrate_services
end