Class: Aws::Types::GetDeviceFleetReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetDeviceFleetReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_versions ⇒ ::Array[Types::AgentVersion]
Returns the value of attribute agent_versions.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#device_stats ⇒ Types::DeviceStats
Returns the value of attribute device_stats.
-
#model_stats ⇒ ::Array[Types::EdgeModelStat]
Returns the value of attribute model_stats.
-
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
-
#report_generated ⇒ ::Time
Returns the value of attribute report_generated.
Instance Attribute Details
#agent_versions ⇒ ::Array[Types::AgentVersion]
Returns the value of attribute agent_versions.
6081 6082 6083 |
# File 'sig/types.rbs', line 6081 def agent_versions @agent_versions end |
#description ⇒ ::String
Returns the value of attribute description.
6078 6079 6080 |
# File 'sig/types.rbs', line 6078 def description @description end |
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
6075 6076 6077 |
# File 'sig/types.rbs', line 6075 def device_fleet_arn @device_fleet_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
6076 6077 6078 |
# File 'sig/types.rbs', line 6076 def device_fleet_name @device_fleet_name end |
#device_stats ⇒ Types::DeviceStats
Returns the value of attribute device_stats.
6080 6081 6082 |
# File 'sig/types.rbs', line 6080 def device_stats @device_stats end |
#model_stats ⇒ ::Array[Types::EdgeModelStat]
Returns the value of attribute model_stats.
6082 6083 6084 |
# File 'sig/types.rbs', line 6082 def model_stats @model_stats end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
6077 6078 6079 |
# File 'sig/types.rbs', line 6077 def output_config @output_config end |
#report_generated ⇒ ::Time
Returns the value of attribute report_generated.
6079 6080 6081 |
# File 'sig/types.rbs', line 6079 def report_generated @report_generated end |