Class: Aws::WorkSpaces::Types::ConnectionAliasPermission

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Describes the permissions for 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

Instance Attribute Details

#allow_associationBoolean

Indicates whether the specified Amazon Web Services account is allowed to associate the connection alias with a directory.

Returns:

  • (Boolean)


702
703
704
705
706
707
# File 'lib/aws-sdk-workspaces/types.rb', line 702

class ConnectionAliasPermission < Struct.new(
  :shared_account_id,
  :allow_association)
  SENSITIVE = []
  include Aws::Structure
end

#shared_account_idString

The identifier of the Amazon Web Services account that the connection alias is shared with.

Returns:

  • (String)


702
703
704
705
706
707
# File 'lib/aws-sdk-workspaces/types.rb', line 702

class ConnectionAliasPermission < Struct.new(
  :shared_account_id,
  :allow_association)
  SENSITIVE = []
  include Aws::Structure
end