Class: Aws::Types::CreateDeviceRequest

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:



477
478
479
# File 'sig/types.rbs', line 477

def aws_location
  @aws_location
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


478
479
480
# File 'sig/types.rbs', line 478

def description
  @description
end

#global_network_id ⇒ ::String

Returns the value of attribute global_network_id.

Returns:

  • (::String)


476
477
478
# File 'sig/types.rbs', line 476

def global_network_id
  @global_network_id
end

#location ⇒ Types::Location

Returns the value of attribute location.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def location
  @location
end

#model ⇒ ::String

Returns the value of attribute model.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def model
  @model
end

#serial_number ⇒ ::String

Returns the value of attribute serial_number.

Returns:

  • (::String)


482
483
484
# File 'sig/types.rbs', line 482

def serial_number
  @serial_number
end

#site_id ⇒ ::String

Returns the value of attribute site_id.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def site_id
  @site_id
end

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

Returns the value of attribute tags.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def tags
  @tags
end

#type ⇒ ::String

Returns the value of attribute type.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def type
  @type
end

#vendor ⇒ ::String

Returns the value of attribute vendor.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def vendor
  @vendor
end