Class: Aws::Types::CreateTrafficMirrorTargetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3404
3405
3406
# File 'sig/types.rbs', line 3404

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3401
3402
3403
# File 'sig/types.rbs', line 3401

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3403
3404
3405
# File 'sig/types.rbs', line 3403

def dry_run
  @dry_run
end

#gateway_load_balancer_endpoint_id::String

Returns the value of attribute gateway_load_balancer_endpoint_id.

Returns:

  • (::String)


3405
3406
3407
# File 'sig/types.rbs', line 3405

def gateway_load_balancer_endpoint_id
  @gateway_load_balancer_endpoint_id
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


3399
3400
3401
# File 'sig/types.rbs', line 3399

def network_interface_id
  @network_interface_id
end

#network_load_balancer_arn::String

Returns the value of attribute network_load_balancer_arn.

Returns:

  • (::String)


3400
3401
3402
# File 'sig/types.rbs', line 3400

def network_load_balancer_arn
  @network_load_balancer_arn
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3402
3403
3404
# File 'sig/types.rbs', line 3402

def tag_specifications
  @tag_specifications
end