You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::UpdateConnectionAliasPermissionRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateConnectionAliasPermissionRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  alias_id: "ConnectionAliasId", # required
  connection_alias_permission: { # required
    shared_account_id: "AwsAccount", # required
    allow_association: false, # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

The identifier of the connection alias that you want to update permissions for.

Returns:

  • (String)

    The identifier of the connection alias that you want to update permissions for.

#connection_alias_permissionTypes::ConnectionAliasPermission

Indicates whether to share or unshare the connection alias with the specified AWS account.

Returns: