Class: Aws::DirectConnect::Types::ConfirmCustomerAgreementRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::ConfirmCustomerAgreementRequest
- Includes:
- Structure
- Defined in:
- 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.
521 522 523 524 525 |
# File 'lib/aws-sdk-directconnect/types.rb', line 521 class ConfirmCustomerAgreementRequest < Struct.new( :agreement_name) SENSITIVE = [] include Aws::Structure end |