Class: Aws::ElasticBeanstalk::Types::SwapEnvironmentCNAMEsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::SwapEnvironmentCNAMEsMessage
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Swaps the CNAMEs of two environments.
Constant Summary collapse
- SENSITIVE =
[]
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.
4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4096 class SwapEnvironmentCNAMEsMessage < Struct.new( :source_environment_id, :source_environment_name, :destination_environment_id, :destination_environment_name) SENSITIVE = [] include Aws::Structure end |
#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.
4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4096 class SwapEnvironmentCNAMEsMessage < Struct.new( :source_environment_id, :source_environment_name, :destination_environment_id, :destination_environment_name) SENSITIVE = [] include Aws::Structure end |
#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.
4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4096 class SwapEnvironmentCNAMEsMessage < Struct.new( :source_environment_id, :source_environment_name, :destination_environment_id, :destination_environment_name) SENSITIVE = [] include Aws::Structure end |
#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.
4096 4097 4098 4099 4100 4101 4102 4103 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 4096 class SwapEnvironmentCNAMEsMessage < Struct.new( :source_environment_id, :source_environment_name, :destination_environment_id, :destination_environment_name) SENSITIVE = [] include Aws::Structure end |