Class: Aws::Types::CreateNetworkAnalyzerConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


266
267
268
# File 'sig/types.rbs', line 266

def client_request_token
  @client_request_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


264
265
266
# File 'sig/types.rbs', line 264

def description
  @description
end

#multicast_groups ⇒ ::Array[::String]

Returns the value of attribute multicast_groups.

Returns:

  • (::Array[::String])


267
268
269
# File 'sig/types.rbs', line 267

def multicast_groups
  @multicast_groups
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

def tags
  @tags
end

#trace_content ⇒ Types::TraceContent

Returns the value of attribute trace_content.

Returns:



261
262
263
# File 'sig/types.rbs', line 261

def trace_content
  @trace_content
end

#wireless_devices ⇒ ::Array[::String]

Returns the value of attribute wireless_devices.

Returns:

  • (::Array[::String])


262
263
264
# File 'sig/types.rbs', line 262

def wireless_devices
  @wireless_devices
end

#wireless_gateways ⇒ ::Array[::String]

Returns the value of attribute wireless_gateways.

Returns:

  • (::Array[::String])


263
264
265
# File 'sig/types.rbs', line 263

def wireless_gateways
  @wireless_gateways
end