Class: Aws::EventBridge::Types::DescribeConnectionResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auth_parametersTypes::ConnectionAuthResponseParameters

The parameters to use for authorization for the connection.



1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#authorization_typeString

The type of authorization specified for the connection.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#connection_arnString

The ARN of the connection retrieved.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#connection_stateString

The state of the connection retrieved.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#creation_timeTime

A time stamp for the time that the connection was created.

Returns:

  • (Time)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#descriptionString

The description for the connection retrieved.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#last_authorized_timeTime

A time stamp for the time that the connection was last authorized.

Returns:

  • (Time)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#last_modified_timeTime

A time stamp for the time that the connection was last modified.

Returns:

  • (Time)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#nameString

The name of the connection retrieved.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#secret_arnString

The ARN of the secret created from the authorization parameters specified for the connection.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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

#state_reasonString

The reason that the connection is in the current connection state.

Returns:

  • (String)


1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 1639

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