Class: Aws::DirectConnect::Types::ConfirmCustomerAgreementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ConfirmCustomerAgreementRequest
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_name ⇒ String
The name of the customer agreement.
Instance Attribute Details
#agreement_name ⇒ String
The name of the customer agreement.
546 547 548 549 550 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 546 class ConfirmCustomerAgreementRequest < Struct.new( :agreement_name) SENSITIVE = [] include Aws::Structure end |