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.
6100 6101 6102 |
# File 'sig/types.rbs', line 6100 def agent_versions @agent_versions end |
#description ⇒ ::String
Returns the value of attribute description.
6097 6098 6099 |
# File 'sig/types.rbs', line 6097 def description @description end |
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
6094 6095 6096 |
# File 'sig/types.rbs', line 6094 def device_fleet_arn @device_fleet_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
6095 6096 6097 |
# File 'sig/types.rbs', line 6095 def device_fleet_name @device_fleet_name end |
#device_stats ⇒ Types::DeviceStats
Returns the value of attribute device_stats.
6099 6100 6101 |
# File 'sig/types.rbs', line 6099 def device_stats @device_stats end |
#model_stats ⇒ ::Array[Types::EdgeModelStat]
Returns the value of attribute model_stats.
6101 6102 6103 |
# File 'sig/types.rbs', line 6101 def model_stats @model_stats end |
#output_config ⇒ Types::EdgeOutputConfig
Returns the value of attribute output_config.
6096 6097 6098 |
# File 'sig/types.rbs', line 6096 def output_config @output_config end |
#report_generated ⇒ ::Time
Returns the value of attribute report_generated.
6098 6099 6100 |
# File 'sig/types.rbs', line 6098 def report_generated @report_generated end |