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)


9887
9888
9889
# File 'sig/types.rbs', line 9887

def config_delivery_s3_destination_arn
  @config_delivery_s3_destination_arn
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


9886
9887
9888
# File 'sig/types.rbs', line 9886

def flow_log_id
  @flow_log_id
end

#integrate_servicesTypes::IntegrateServices

Returns the value of attribute integrate_services.



9888
9889
9890
# File 'sig/types.rbs', line 9888

def integrate_services
  @integrate_services
end