Class: Aws::Types::Device

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:location])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_location ⇒ Types::AWSLocation

Returns the value of attribute aws_location.

Returns:



768
769
770
# File 'sig/types.rbs', line 768

def aws_location
  @aws_location
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


776
777
778
# File 'sig/types.rbs', line 776

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def description
  @description
end

#device_arn ⇒ ::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


766
767
768
# File 'sig/types.rbs', line 766

def device_arn
  @device_arn
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


765
766
767
# File 'sig/types.rbs', line 765

def device_id
  @device_id
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def global_network_id
  @global_network_id
end

#location ⇒ Types::Location

Returns the value of attribute location.

Returns:



774
775
776
# File 'sig/types.rbs', line 774

def location
  @location
end

#model ⇒ ::String

Returns the value of attribute model.

Returns:

  • (::String)


772
773
774
# File 'sig/types.rbs', line 772

def model
  @model
end

#serial_number ⇒ ::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


773
774
775
# File 'sig/types.rbs', line 773

def serial_number
  @serial_number
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


775
776
777
# File 'sig/types.rbs', line 775

def site_id
  @site_id
end

#state ⇒ "PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "AVAILABLE", "DELETING", "UPDATING")


777
778
779
# File 'sig/types.rbs', line 777

def state
  @state
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



778
779
780
# File 'sig/types.rbs', line 778

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def type
  @type
end

#vendor ⇒ ::String

Returns the value of attribute vendor.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def vendor
  @vendor
end