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)


118
119
120
121
122
123
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 118

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

#application_idString

The unique Id of the web application.

Returns:

  • (String)


118
119
120
121
122
123
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 118

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