Class: Aws::IoTFleetHub::Types::CreateApplicationResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_arnString

The ARN of the web application.

Returns:

  • (String)


123
124
125
126
127
128
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 123

class CreateApplicationResponse < Struct.new(
  :application_id,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end

#application_idString

The unique Id of the web application.

Returns:

  • (String)


123
124
125
126
127
128
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 123

class CreateApplicationResponse < Struct.new(
  :application_id,
  :application_arn)
  SENSITIVE = []
  include Aws::Structure
end