Class: Aws::Types::DeviceSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#associated_with_job ⇒ ::String

Returns the value of attribute associated_with_job.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def associated_with_job
  @associated_with_job
end

#managed_device_arn ⇒ ::String

Returns the value of attribute managed_device_arn.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def managed_device_arn
  @managed_device_arn
end

#managed_device_id ⇒ ::String

Returns the value of attribute managed_device_id.

Returns:



138
139
140
# File 'sig/types.rbs', line 138

def managed_device_id
  @managed_device_id
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



139
140
141
# File 'sig/types.rbs', line 139

def tags
  @tags
end