Class: Aws::Types::GetNetworkAnalyzerConfigurationResponse

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)


756
757
758
# File 'sig/types.rbs', line 756

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


755
756
757
# File 'sig/types.rbs', line 755

def description
  @description
end

#multicast_groups ⇒ ::Array[::String]

Returns the value of attribute multicast_groups.

Returns:

  • (::Array[::String])


758
759
760
# File 'sig/types.rbs', line 758

def multicast_groups
  @multicast_groups
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


757
758
759
# File 'sig/types.rbs', line 757

def name
  @name
end

#trace_content ⇒ Types::TraceContent

Returns the value of attribute trace_content.

Returns:



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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


754
755
756
# File 'sig/types.rbs', line 754

def wireless_gateways
  @wireless_gateways
end