Class: Aws::IoTFleetWise::Types::GetCampaignRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::GetCampaignRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the campaign to retrieve information about.
Instance Attribute Details
#name ⇒ String
The name of the campaign to retrieve information about.
1796 1797 1798 1799 1800 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1796 class GetCampaignRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |