Class: Aws::DirectConnect::Types::CustomerAgreement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agreement_nameString

The name of the agreement.

Returns:

  • (String)


1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-directconnect/types.rb', line 1280

class CustomerAgreement < Struct.new(
  :agreement_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the customer agreement. This will be either ‘signed` or `unsigned`

Returns:

  • (String)


1280
1281
1282
1283
1284
1285
# File 'lib/aws-sdk-directconnect/types.rb', line 1280

class CustomerAgreement < Struct.new(
  :agreement_name,
  :status)
  SENSITIVE = []
  include Aws::Structure
end