Class: Aws::DirectConnect::Types::ConfirmCustomerAgreementResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ConfirmCustomerAgreementResponse
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the customer agreement when the connection was created.
Instance Attribute Details
#status ⇒ String
The status of the customer agreement when the connection was
created. This will be either signed
or unsigned
.
534 535 536 537 538 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 534 class ConfirmCustomerAgreementResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |