Class: Aws::Transfer::Types::ListedAgreement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedAgreement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transfer/types.rb
Overview
Describes the properties of an agreement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_id ⇒ String
A unique identifier for the agreement.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the specified agreement.
-
#description ⇒ String
The current description for the agreement.
-
#local_profile_id ⇒ String
A unique identifier for the AS2 local profile.
-
#partner_profile_id ⇒ String
A unique identifier for the partner profile.
-
#server_id ⇒ String
The unique identifier for the agreement.
-
#status ⇒ String
The agreement can be either `ACTIVE` or `INACTIVE`.
Instance Attribute Details
#agreement_id ⇒ String
A unique identifier for the agreement. This identifier is returned when you create an agreement.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the specified agreement.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The current description for the agreement. You can change it by calling the `UpdateAgreement` operation and providing a new description.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |
#local_profile_id ⇒ String
A unique identifier for the AS2 local profile.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |
#partner_profile_id ⇒ String
A unique identifier for the partner profile.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |
#server_id ⇒ String
The unique identifier for the agreement.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The agreement can be either `ACTIVE` or `INACTIVE`.
3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 |
# File 'lib/aws-sdk-transfer/types.rb', line 3790 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |