Class: Aws::Types::GetNetworkAnalyzerConfigurationResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetNetworkAnalyzerConfigurationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#multicast_groups ⇒ ::Array[::String]
Returns the value of attribute multicast_groups.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trace_content ⇒ Types::TraceContent
Returns the value of attribute trace_content.
-
#wireless_devices ⇒ ::Array[::String]
Returns the value of attribute wireless_devices.
-
#wireless_gateways ⇒ ::Array[::String]
Returns the value of attribute wireless_gateways.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
756 757 758 |
# File 'sig/types.rbs', line 756 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
755 756 757 |
# File 'sig/types.rbs', line 755 def description @description end |
#multicast_groups ⇒ ::Array[::String]
Returns the value of attribute multicast_groups.
758 759 760 |
# File 'sig/types.rbs', line 758 def multicast_groups @multicast_groups end |
#name ⇒ ::String
Returns the value of attribute name.
757 758 759 |
# File 'sig/types.rbs', line 757 def name @name end |
#trace_content ⇒ Types::TraceContent
Returns the value of attribute trace_content.
752 753 754 |
# File 'sig/types.rbs', line 752 def trace_content @trace_content end |
#wireless_devices ⇒ ::Array[::String]
Returns the value of attribute wireless_devices.
753 754 755 |
# File 'sig/types.rbs', line 753 def wireless_devices @wireless_devices end |
#wireless_gateways ⇒ ::Array[::String]
Returns the value of attribute wireless_gateways.
754 755 756 |
# File 'sig/types.rbs', line 754 def wireless_gateways @wireless_gateways end |