Class: Aws::DirectConnect::Types::CustomerAgreement
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CustomerAgreement
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-directconnect/types.rb
Overview
The name and status of a customer agreement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_name ⇒ String
The name of the agreement.
-
#status ⇒ String
The status of the customer agreement.
Instance Attribute Details
#agreement_name ⇒ String
The name of the agreement.
1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1306 class CustomerAgreement < Struct.new( :agreement_name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the customer agreement. This will be either ‘signed` or `unsigned`
1306 1307 1308 1309 1310 1311 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1306 class CustomerAgreement < Struct.new( :agreement_name, :status) SENSITIVE = [] include Aws::Structure end |