Class: Aws::Transfer::Types::ListedAgreement
- Inherits:
-
Struct
- Object
- Struct
- Aws::Transfer::Types::ListedAgreement
- Defined in:
- gems/aws-sdk-transfer/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
orINACTIVE
.
Instance Attribute Details
#agreement_id ⇒ String
A unique identifier for the agreement. This identifier is returned when you create an agreement.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 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.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 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.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 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.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 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.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 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.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 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
.
4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 4724 |
# File 'gems/aws-sdk-transfer/lib/aws-sdk-transfer/types.rb', line 4714 class ListedAgreement < Struct.new( :arn, :agreement_id, :description, :status, :server_id, :local_profile_id, :partner_profile_id) SENSITIVE = [] include Aws::Structure end |