Module: Aws::IoTManagedIntegrations::Client::_GetManagedThingResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetManagedThingResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activated_at ⇒ ::Time
- #advertised_product_id ⇒ ::String
- #arn ⇒ ::String
- #brand ⇒ ::String
- #classification ⇒ ::String
- #connector_destination_id ⇒ ::String
- #connector_device_id ⇒ ::String
- #connector_policy_id ⇒ ::String
- #created_at ⇒ ::Time
- #credential_locker_id ⇒ ::String
- #device_specific_key ⇒ ::String
- #hub_network_mode ⇒ "STANDARD", "NETWORK_WIDE_EXCLUSION"
- #id ⇒ ::String
- #international_article_number ⇒ ::String
- #mac_address ⇒ ::String
- #meta_data ⇒ ::Hash[::String, ::String]
- #model ⇒ ::String
- #name ⇒ ::String
- #owner ⇒ ::String
- #parent_controller_id ⇒ ::String
- #provisioning_status ⇒ "UNASSOCIATED", ...
- #role ⇒ "CONTROLLER", "DEVICE"
- #serial_number ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #universal_product_code ⇒ ::String
- #updated_at ⇒ ::Time
- #wi_fi_simple_setup_configuration ⇒ Types::WiFiSimpleSetupConfiguration
Instance Method Details
#activated_at ⇒ ::Time
590 |
# File 'sig/client.rbs', line 590
def activated_at: () -> ::Time
|
#advertised_product_id ⇒ ::String
572 |
# File 'sig/client.rbs', line 572
def advertised_product_id: () -> ::String
|
#arn ⇒ ::String
569 |
# File 'sig/client.rbs', line 569
def arn: () -> ::String
|
#brand ⇒ ::String
577 |
# File 'sig/client.rbs', line 577
def brand: () -> ::String
|
#classification ⇒ ::String
587 |
# File 'sig/client.rbs', line 587
def classification: () -> ::String
|
#connector_destination_id ⇒ ::String
582 |
# File 'sig/client.rbs', line 582
def connector_destination_id: () -> ::String
|
#connector_device_id ⇒ ::String
583 |
# File 'sig/client.rbs', line 583
def connector_device_id: () -> ::String
|
#connector_policy_id ⇒ ::String
581 |
# File 'sig/client.rbs', line 581
def connector_policy_id: () -> ::String
|
#created_at ⇒ ::Time
588 |
# File 'sig/client.rbs', line 588
def created_at: () -> ::Time
|
#credential_locker_id ⇒ ::String
571 |
# File 'sig/client.rbs', line 571
def credential_locker_id: () -> ::String
|
#device_specific_key ⇒ ::String
584 |
# File 'sig/client.rbs', line 584
def device_specific_key: () -> ::String
|
#hub_network_mode ⇒ "STANDARD", "NETWORK_WIDE_EXCLUSION"
591 |
# File 'sig/client.rbs', line 591
def hub_network_mode: () -> ("STANDARD" | "NETWORK_WIDE_EXCLUSION")
|
#id ⇒ ::String
568 |
# File 'sig/client.rbs', line 568
def id: () -> ::String
|
#international_article_number ⇒ ::String
580 |
# File 'sig/client.rbs', line 580
def international_article_number: () -> ::String
|
#mac_address ⇒ ::String
585 |
# File 'sig/client.rbs', line 585
def mac_address: () -> ::String
|
#meta_data ⇒ ::Hash[::String, ::String]
592 |
# File 'sig/client.rbs', line 592
def meta_data: () -> ::Hash[::String, ::String]
|
#model ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def model: () -> ::String
|
#name ⇒ ::String
575 |
# File 'sig/client.rbs', line 575
def name: () -> ::String
|
#owner ⇒ ::String
570 |
# File 'sig/client.rbs', line 570
def owner: () -> ::String
|
#parent_controller_id ⇒ ::String
586 |
# File 'sig/client.rbs', line 586
def parent_controller_id: () -> ::String
|
#provisioning_status ⇒ "UNASSOCIATED", ...
574 |
# File 'sig/client.rbs', line 574
def provisioning_status: () -> ("UNASSOCIATED" | "PRE_ASSOCIATED" | "DISCOVERED" | "ACTIVATED" | "DELETION_FAILED" | "DELETE_IN_PROGRESS" | "ISOLATED" | "DELETED")
|
#role ⇒ "CONTROLLER", "DEVICE"
573 |
# File 'sig/client.rbs', line 573
def role: () -> ("CONTROLLER" | "DEVICE")
|
#serial_number ⇒ ::String
578 |
# File 'sig/client.rbs', line 578
def serial_number: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
593 |
# File 'sig/client.rbs', line 593
def tags: () -> ::Hash[::String, ::String]
|
#universal_product_code ⇒ ::String
579 |
# File 'sig/client.rbs', line 579
def universal_product_code: () -> ::String
|
#updated_at ⇒ ::Time
589 |
# File 'sig/client.rbs', line 589
def updated_at: () -> ::Time
|
#wi_fi_simple_setup_configuration ⇒ Types::WiFiSimpleSetupConfiguration
594 |
# File 'sig/client.rbs', line 594
def wi_fi_simple_setup_configuration: () -> Types::WiFiSimpleSetupConfiguration
|