Module: Aws::IoTWireless::Client::_GetNetworkAnalyzerConfigurationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetNetworkAnalyzerConfigurationResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #description ⇒ ::String
- #multicast_groups ⇒ ::Array[::String]
- #name ⇒ ::String
- #trace_content ⇒ Types::TraceContent
- #wireless_devices ⇒ ::Array[::String]
- #wireless_gateways ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
829 |
# File 'sig/client.rbs', line 829
def arn: () -> ::String
|
#description ⇒ ::String
828 |
# File 'sig/client.rbs', line 828
def description: () -> ::String
|
#multicast_groups ⇒ ::Array[::String]
831 |
# File 'sig/client.rbs', line 831
def multicast_groups: () -> ::Array[::String]
|
#name ⇒ ::String
830 |
# File 'sig/client.rbs', line 830
def name: () -> ::String
|
#trace_content ⇒ Types::TraceContent
825 |
# File 'sig/client.rbs', line 825
def trace_content: () -> Types::TraceContent
|
#wireless_devices ⇒ ::Array[::String]
826 |
# File 'sig/client.rbs', line 826
def wireless_devices: () -> ::Array[::String]
|
#wireless_gateways ⇒ ::Array[::String]
827 |
# File 'sig/client.rbs', line 827
def wireless_gateways: () -> ::Array[::String]
|