Class: Aws::Transfer::Types::DescribeAccessResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::DescribeAccessResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access ⇒ Types::DescribedAccess
The external identifier of the server that the access is attached to.
-
#server_id ⇒ String
A system-assigned unique identifier for a server that has this access assigned.
Instance Attribute Details
#access ⇒ Types::DescribedAccess
The external identifier of the server that the access is attached to.
1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-transfer/types.rb', line 1601 class DescribeAccessResponse < Struct.new( :server_id, :access) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
A system-assigned unique identifier for a server that has this access assigned.
1601 1602 1603 1604 1605 1606 |
# File 'lib/aws-sdk-transfer/types.rb', line 1601 class DescribeAccessResponse < Struct.new( :server_id, :access) SENSITIVE = [] include Aws::Structure end |