Class: Aws::WorkSpaces::Types::ConnectionAlias
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ConnectionAlias
- Defined in:
- gems/aws-sdk-workspaces/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.
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 'gems/aws-sdk-workspaces/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 'gems/aws-sdk-workspaces/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 'gems/aws-sdk-workspaces/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 'gems/aws-sdk-workspaces/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 'gems/aws-sdk-workspaces/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 |