Class: Aws::IoTFleetHub::Types::ApplicationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::ApplicationSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleethub/types.rb
Overview
A summary of information about a Fleet Hub for IoT Device Management web application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_creation_date ⇒ Integer
The date (in Unix epoch time) when the web application was created.
-
#application_description ⇒ String
An optional description of the web application.
-
#application_id ⇒ String
The unique Id of the web application.
-
#application_last_update_date ⇒ Integer
The date (in Unix epoch time) when the web application was last updated.
-
#application_name ⇒ String
The name of the web application.
-
#application_state ⇒ String
The current state of the web application.
-
#application_url ⇒ String
The URL of the web application.
Instance Attribute Details
#application_creation_date ⇒ Integer
The date (in Unix epoch time) when the web application was created.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |
#application_description ⇒ String
An optional description of the web application.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The unique Id of the web application.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |
#application_last_update_date ⇒ Integer
The date (in Unix epoch time) when the web application was last updated.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |
#application_name ⇒ String
The name of the web application.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |
#application_state ⇒ String
The current state of the web application.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |
#application_url ⇒ String
The URL of the web application.
45 46 47 48 49 50 51 52 53 54 55 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 45 class ApplicationSummary < Struct.new( :application_id, :application_name, :application_description, :application_url, :application_creation_date, :application_last_update_date, :application_state) SENSITIVE = [] include Aws::Structure end |