Class: Aws::Types::CreateTrafficMirrorTargetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrafficMirrorTargetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#gateway_load_balancer_endpoint_id ⇒ ::String
Returns the value of attribute gateway_load_balancer_endpoint_id.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#network_load_balancer_arn ⇒ ::String
Returns the value of attribute network_load_balancer_arn.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
3292 3293 3294 |
# File 'sig/types.rbs', line 3292 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
3289 3290 3291 |
# File 'sig/types.rbs', line 3289 def description @description end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
3291 3292 3293 |
# File 'sig/types.rbs', line 3291 def dry_run @dry_run end |
#gateway_load_balancer_endpoint_id ⇒ ::String
Returns the value of attribute gateway_load_balancer_endpoint_id.
3293 3294 3295 |
# File 'sig/types.rbs', line 3293 def gateway_load_balancer_endpoint_id @gateway_load_balancer_endpoint_id end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
3287 3288 3289 |
# File 'sig/types.rbs', line 3287 def network_interface_id @network_interface_id end |
#network_load_balancer_arn ⇒ ::String
Returns the value of attribute network_load_balancer_arn.
3288 3289 3290 |
# File 'sig/types.rbs', line 3288 def network_load_balancer_arn @network_load_balancer_arn end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3290 3291 3292 |
# File 'sig/types.rbs', line 3290 def tag_specifications @tag_specifications end |