Class: Aws::DirectConnect::Types::ConfirmCustomerAgreementRequest

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

#agreement_nameString

The name of the customer agreement.

Returns:

  • (String)


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