Class: Aws::Evs::Types::DisassociateEipFromVlanRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Evs::Types::DisassociateEipFromVlanRequest
- Defined in:
- gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_id ⇒ String
A unique ID for the Elastic IP address association.
-
#client_token ⇒ String
This parameter is not used in Amazon EVS currently. -
#environment_id ⇒ String
A unique ID for the environment containing the VLAN that the Elastic IP address disassociates from.
-
#vlan_name ⇒ String
The name of the VLAN.
Instance Attribute Details
#association_id ⇒ String
A unique ID for the Elastic IP address association.
501 502 503 504 505 506 507 508 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 501 class DisassociateEipFromVlanRequest < Struct.new( :client_token, :environment_id, :vlan_name, :association_id) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the environment creation request. If you do not specify a client token, a randomly generated token is used for the request to ensure idempotency.
A suitable default value is auto-generated. You should normally not need to pass this option.
501 502 503 504 505 506 507 508 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 501 class DisassociateEipFromVlanRequest < Struct.new( :client_token, :environment_id, :vlan_name, :association_id) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
A unique ID for the environment containing the VLAN that the Elastic IP address disassociates from.
501 502 503 504 505 506 507 508 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 501 class DisassociateEipFromVlanRequest < Struct.new( :client_token, :environment_id, :vlan_name, :association_id) SENSITIVE = [] include Aws::Structure end |
#vlan_name ⇒ String
The name of the VLAN. hcx
is the only accepted VLAN name at this
time.
501 502 503 504 505 506 507 508 |
# File 'gems/aws-sdk-evs/lib/aws-sdk-evs/types.rb', line 501 class DisassociateEipFromVlanRequest < Struct.new( :client_token, :environment_id, :vlan_name, :association_id) SENSITIVE = [] include Aws::Structure end |