Class: Aws::Types::DeviceFleetSummary
- Inherits:
-
Object
- Object
- Aws::Types::DeviceFleetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
-
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
5456 5457 5458 |
# File 'sig/types.rbs', line 5456 def creation_time @creation_time end |
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
5454 5455 5456 |
# File 'sig/types.rbs', line 5454 def device_fleet_arn @device_fleet_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5455 5456 5457 |
# File 'sig/types.rbs', line 5455 def device_fleet_name @device_fleet_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5457 5458 5459 |
# File 'sig/types.rbs', line 5457 def last_modified_time @last_modified_time end |