Class: Aws::Types::DeviceFleetSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


5438
5439
5440
# File 'sig/types.rbs', line 5438

def last_modified_time
  @last_modified_time
end