Class: Aws::IoTFleetWise::Types::CreateCampaignResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::CreateCampaignResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the created campaign.
-
#name ⇒ String
The name of the created campaign.
Instance Attribute Details
#arn ⇒ String
The ARN of the created campaign.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 729 class CreateCampaignResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the created campaign.
729 730 731 732 733 734 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 729 class CreateCampaignResponse < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |