Class: Aws::IoTFleetWise::Types::CreateCampaignResponse

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

#arnString

The ARN of the created campaign.

Returns:

  • (String)


694
695
696
697
698
699
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 694

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

#nameString

The name of the created campaign.

Returns:

  • (String)


694
695
696
697
698
699
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 694

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