Class: Aws::IoTFleetWise::Types::GetCampaignRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the campaign to retrieve information about.

Returns:

  • (String)


1457
1458
1459
1460
1461
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 1457

class GetCampaignRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end