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.
1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1281 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`
1281 1282 1283 1284 1285 1286 |
# File 'lib/aws-sdk-directconnect/types.rb', line 1281 class CustomerAgreement < Struct.new( :agreement_name, :status) SENSITIVE = [] include Aws::Structure end |