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.
5437 5438 5439 |
# File 'sig/types.rbs', line 5437 def creation_time @creation_time end |
#device_fleet_arn ⇒ ::String
Returns the value of attribute device_fleet_arn.
5435 5436 5437 |
# File 'sig/types.rbs', line 5435 def device_fleet_arn @device_fleet_arn end |
#device_fleet_name ⇒ ::String
Returns the value of attribute device_fleet_name.
5436 5437 5438 |
# File 'sig/types.rbs', line 5436 def device_fleet_name @device_fleet_name end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
5438 5439 5440 |
# File 'sig/types.rbs', line 5438 def last_modified_time @last_modified_time end |