You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElasticBeanstalk::Types::SwapEnvironmentCNAMEsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SwapEnvironmentCNAMEsMessage
- Defined in:
- (unknown)
Overview
When passing SwapEnvironmentCNAMEsMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
source_environment_id: "EnvironmentId",
source_environment_name: "EnvironmentName",
destination_environment_id: "EnvironmentId",
destination_environment_name: "EnvironmentName",
}
Swaps the CNAMEs of two environments.
Instance Attribute Summary collapse
-
#destination_environment_id ⇒ String
The ID of the destination environment.
-
#destination_environment_name ⇒ String
The name of the destination environment.
-
#source_environment_id ⇒ String
The ID of the source environment.
-
#source_environment_name ⇒ String
The name of the source environment.
Instance Attribute Details
#destination_environment_id ⇒ String
The ID of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID
or
the DestinationEnvironmentName
. You may also specify both. You must
specify the SourceEnvironmentId
with the DestinationEnvironmentId
.
#destination_environment_name ⇒ String
The name of the destination environment.
Condition: You must specify at least the DestinationEnvironmentID
or
the DestinationEnvironmentName
. You may also specify both. You must
specify the SourceEnvironmentName
with the
DestinationEnvironmentName
.
#source_environment_id ⇒ String
The ID of the source environment.
Condition: You must specify at least the SourceEnvironmentID
or the
SourceEnvironmentName
. You may also specify both. If you specify the
SourceEnvironmentId
, you must specify the DestinationEnvironmentId
.
#source_environment_name ⇒ String
The name of the source environment.
Condition: You must specify at least the SourceEnvironmentID
or the
SourceEnvironmentName
. You may also specify both. If you specify the
SourceEnvironmentName
, you must specify the
DestinationEnvironmentName
.