Class: Aws::Types::ProvisionDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


731
732
733
# File 'sig/types.rbs', line 731

def name
  @name
end

#networking_configuration ⇒ Types::NetworkPayload

Returns the value of attribute networking_configuration.



732
733
734
# File 'sig/types.rbs', line 732

def networking_configuration
  @networking_configuration
end

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

Returns the value of attribute tags.

Returns:

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


733
734
735
# File 'sig/types.rbs', line 733

def tags
  @tags
end