Class: Aws::DirectConnect::Types::ConfirmCustomerAgreementResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-directconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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

Returns:

  • (String)


534
535
536
537
538
# File 'lib/aws-sdk-directconnect/types.rb', line 534

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