Class: Aws::Types::DescribeDeviceOutput

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:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def associated_with_job
  @associated_with_job
end

#device_capacities ⇒ ::Array[Types::Capacity]

Returns the value of attribute device_capacities.

Returns:



88
89
90
# File 'sig/types.rbs', line 88

def device_capacities
  @device_capacities
end

#device_state ⇒ "UNLOCKED", ...

Returns the value of attribute device_state.

Returns:

  • ("UNLOCKED", "LOCKED", "UNLOCKING")


89
90
91
# File 'sig/types.rbs', line 89

def device_state
  @device_state
end

#device_type ⇒ ::String

Returns the value of attribute device_type.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def device_type
  @device_type
end

#last_reached_out_at ⇒ ::Time

Returns the value of attribute last_reached_out_at.

Returns:

  • (::Time)


91
92
93
# File 'sig/types.rbs', line 91

def last_reached_out_at
  @last_reached_out_at
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


92
93
94
# File 'sig/types.rbs', line 92

def last_updated_at
  @last_updated_at
end

#managed_device_arn ⇒ ::String

Returns the value of attribute managed_device_arn.

Returns:

  • (::String)


93
94
95
# File 'sig/types.rbs', line 93

def managed_device_arn
  @managed_device_arn
end

#managed_device_id ⇒ ::String

Returns the value of attribute managed_device_id.

Returns:

  • (::String)


94
95
96
# File 'sig/types.rbs', line 94

def managed_device_id
  @managed_device_id
end

#physical_network_interfaces ⇒ ::Array[Types::PhysicalNetworkInterface]

Returns the value of attribute physical_network_interfaces.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def physical_network_interfaces
  @physical_network_interfaces
end

#software ⇒ Types::SoftwareInformation

Returns the value of attribute software.



96
97
98
# File 'sig/types.rbs', line 96

def software
  @software
end

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

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


97
98
99
# File 'sig/types.rbs', line 97

def tags
  @tags
end