Class: Aws::IoTFleetHub::Types::CreateApplicationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::CreateApplicationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleethub/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The ARN of the web application.
-
#application_id ⇒ String
The unique Id of the web application.
Instance Attribute Details
#application_arn ⇒ String
The ARN of the web application.
118 119 120 121 122 123 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 118 class CreateApplicationResponse < Struct.new( :application_id, :application_arn) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The unique Id of the web application.
118 119 120 121 122 123 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 118 class CreateApplicationResponse < Struct.new( :application_id, :application_arn) SENSITIVE = [] include Aws::Structure end |