Class: Aws::BedrockAgentCoreControl::Types::ManagedResourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ManagedResourceDetails
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Details of a resource created and managed by the gateway for private endpoint connectivity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The domain associated with this managed resource.
-
#resource_association_arn ⇒ String
The ARN of the service network resource association.
-
#resource_gateway_arn ⇒ String
The ARN of the VPC Lattice resource gateway created in your account.
Instance Attribute Details
#domain ⇒ String
The domain associated with this managed resource.
11403 11404 11405 11406 11407 11408 11409 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11403 class ManagedResourceDetails < Struct.new( :domain, :resource_gateway_arn, :resource_association_arn) SENSITIVE = [] include Aws::Structure end |
#resource_association_arn ⇒ String
The ARN of the service network resource association.
11403 11404 11405 11406 11407 11408 11409 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11403 class ManagedResourceDetails < Struct.new( :domain, :resource_gateway_arn, :resource_association_arn) SENSITIVE = [] include Aws::Structure end |
#resource_gateway_arn ⇒ String
The ARN of the VPC Lattice resource gateway created in your account.
11403 11404 11405 11406 11407 11408 11409 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 11403 class ManagedResourceDetails < Struct.new( :domain, :resource_gateway_arn, :resource_association_arn) SENSITIVE = [] include Aws::Structure end |