Class: Aws::BedrockAgentCoreControl::Types::GatewaySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::GatewaySummary
- 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
-
#authorizer_type ⇒ String
The type of authorizer used by the gateway.
-
#created_at ⇒ Time
The timestamp when the gateway was created.
-
#description ⇒ String
The description of the gateway.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#name ⇒ String
The name of the gateway.
-
#protocol_type ⇒ String
The protocol type used by the gateway.
-
#status ⇒ String
The current status of the gateway.
-
#updated_at ⇒ Time
The timestamp when the gateway was last updated.
Instance Attribute Details
#authorizer_type ⇒ String
The type of authorizer used by the gateway.
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_at ⇒ Time
The timestamp when the gateway was created.
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 |
#description ⇒ String
The description of the gateway.
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_id ⇒ String
The unique identifier of the gateway.
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 |
#name ⇒ String
The name of the gateway.
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_type ⇒ String
The protocol type used by the gateway.
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 |
#status ⇒ String
The current status of the gateway.
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_at ⇒ Time
The timestamp when the gateway was last updated.
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 |