Class: Aws::WorkSpaces::Types::ConnectionAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ConnectionAlias
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes a connection alias. Connection aliases are used for cross-Region redirection. For more information, see [ Cross-Region Redirection for Amazon WorkSpaces].
[1]: docs.aws.amazon.com/workspaces/latest/adminguide/cross-region-redirection.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The identifier of the connection alias.
-
#associations ⇒ Array<Types::ConnectionAliasAssociation>
The association status of the connection alias.
-
#connection_string ⇒ String
The connection string specified for the connection alias.
-
#owner_account_id ⇒ String
The identifier of the Amazon Web Services account that owns the connection alias.
-
#state ⇒ String
The current state of the connection alias.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias.
634 635 636 637 638 639 640 641 642 |
# File 'lib/aws-sdk-workspaces/types.rb', line 634 class ConnectionAlias < Struct.new( :connection_string, :alias_id, :state, :owner_account_id, :associations) SENSITIVE = [] include Aws::Structure end |
#associations ⇒ Array<Types::ConnectionAliasAssociation>
The association status of the connection alias.
634 635 636 637 638 639 640 641 642 |
# File 'lib/aws-sdk-workspaces/types.rb', line 634 class ConnectionAlias < Struct.new( :connection_string, :alias_id, :state, :owner_account_id, :associations) SENSITIVE = [] include Aws::Structure end |
#connection_string ⇒ String
The connection string specified for the connection alias. The connection string must be in the form of a fully qualified domain name (FQDN), such as ‘www.example.com`.
634 635 636 637 638 639 640 641 642 |
# File 'lib/aws-sdk-workspaces/types.rb', line 634 class ConnectionAlias < Struct.new( :connection_string, :alias_id, :state, :owner_account_id, :associations) SENSITIVE = [] include Aws::Structure end |
#owner_account_id ⇒ String
The identifier of the Amazon Web Services account that owns the connection alias.
634 635 636 637 638 639 640 641 642 |
# File 'lib/aws-sdk-workspaces/types.rb', line 634 class ConnectionAlias < Struct.new( :connection_string, :alias_id, :state, :owner_account_id, :associations) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
The current state of the connection alias.
634 635 636 637 638 639 640 641 642 |
# File 'lib/aws-sdk-workspaces/types.rb', line 634 class ConnectionAlias < Struct.new( :connection_string, :alias_id, :state, :owner_account_id, :associations) SENSITIVE = [] include Aws::Structure end |