Method: Aws::EventBridge::Types::DescribeConnectionResponse#auth_parameters

Defined in:
lib/aws-sdk-eventbridge/types.rb

#auth_parametersTypes::ConnectionAuthResponseParameters

The parameters to use for authorization for the connection.



1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
# File 'lib/aws-sdk-eventbridge/types.rb', line 1887

class DescribeConnectionResponse < Struct.new(
  :connection_arn,
  :name,
  :description,
  :invocation_connectivity_parameters,
  :connection_state,
  :state_reason,
  :authorization_type,
  :secret_arn,
  :kms_key_identifier,
  :auth_parameters,
  :creation_time,
  :last_modified_time,
  :last_authorized_time)
  SENSITIVE = []
  include Aws::Structure
end