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