Class: Aws::ServiceDiscovery::Types::GetInstanceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instanceTypes::Instance

A complex type that contains information about a specified instance.

Returns:



951
952
953
954
955
956
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 951

class GetInstanceResponse < Struct.new(
  :resource_owner,
  :instance)
  SENSITIVE = []
  include Aws::Structure
end

#resource_ownerString

The ID of the Amazon Web Services account that created the namespace that contains the service that the instance is associated with. If this isn't your account ID, it's the ID of the account that shared the namespace with your account.

Returns:

  • (String)


951
952
953
954
955
956
# File 'gems/aws-sdk-servicediscovery/lib/aws-sdk-servicediscovery/types.rb', line 951

class GetInstanceResponse < Struct.new(
  :resource_owner,
  :instance)
  SENSITIVE = []
  include Aws::Structure
end