Class: Aws::BedrockAgentCoreControl::Types::ManagedResourceDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domainString

The domain associated with this managed resource.

Returns:

  • (String)


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_arnString

The ARN of the service network resource association.

Returns:

  • (String)


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_arnString

The ARN of the VPC Lattice resource gateway created in your account.

Returns:

  • (String)


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