Class: Aws::WorkSpaces::Types::ConnectionAlias

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#alias_idString

The identifier of the connection alias.

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 510

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#associationsArray<Types::ConnectionAliasAssociation>

The association status of the connection alias.



510
511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 510

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#connection_stringString

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.

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 510

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#owner_account_idString

The identifier of the Amazon Web Services account that owns the connection alias.

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 510

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The current state of the connection alias.

Returns:

  • (String)


510
511
512
513
514
515
516
517
518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 510

class ConnectionAlias < Struct.new(
  :connection_string,
  :alias_id,
  :state,
  :owner_account_id,
  :associations)
  SENSITIVE = []
  include Aws::Structure
end