Class: Aws::BedrockAgentCoreControl::Types::GatewaySummary

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

Overview

Contains summary information about a gateway.

Constant Summary collapse

SENSITIVE =
[:name, :description]

Instance Attribute Summary collapse

Instance Attribute Details

#authorizer_typeString

The type of authorizer used by the gateway.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#created_atTime

The timestamp when the gateway was created.

Returns:

  • (Time)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#descriptionString

The description of the gateway.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#nameString

The name of the gateway.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#protocol_typeString

The protocol type used by the gateway.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#statusString

The current status of the gateway.

Returns:

  • (String)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end

#updated_atTime

The timestamp when the gateway was last updated.

Returns:

  • (Time)


1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 1982

class GatewaySummary < Struct.new(
  :gateway_id,
  :name,
  :status,
  :description,
  :created_at,
  :updated_at,
  :authorizer_type,
  :protocol_type)
  SENSITIVE = [:name, :description]
  include Aws::Structure
end