Class: Aws::Types::ProvisionDeviceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


738
739
740
# File 'sig/types.rbs', line 738

def arn
  @arn
end

#certificates ⇒ ::String

Returns the value of attribute certificates.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def certificates
  @certificates
end

#device_id ⇒ ::String

Returns the value of attribute device_id.

Returns:

  • (::String)


740
741
742
# File 'sig/types.rbs', line 740

def device_id
  @device_id
end

#iot_thing_name ⇒ ::String

Returns the value of attribute iot_thing_name.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def iot_thing_name
  @iot_thing_name
end

#status ⇒ "AWAITING_PROVISIONING", ...

Returns the value of attribute status.

Returns:

  • ("AWAITING_PROVISIONING", "PENDING", "SUCCEEDED", "FAILED", "ERROR", "DELETING")


742
743
744
# File 'sig/types.rbs', line 742

def status
  @status
end