Class: Aws::Transfer::Types::DescribeAccessResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accessTypes::DescribedAccess

The external identifier of the server that the access is attached to.



1563
1564
1565
1566
1567
1568
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1563

class DescribeAccessResponse < Struct.new(
  :server_id,
  :access)
  SENSITIVE = []
  include Aws::Structure
end

#server_idString

A system-assigned unique identifier for a server that has this access assigned.

Returns:

  • (String)


1563
1564
1565
1566
1567
1568
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 1563

class DescribeAccessResponse < Struct.new(
  :server_id,
  :access)
  SENSITIVE = []
  include Aws::Structure
end