Class: Aws::ServiceDiscovery::Types::GetServiceAttributesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_idString

The ID or Amazon Resource Name (ARN) of the service that you want to get attributes for. For services created in a namespace shared with your Amazon Web Services account, specify the service ARN. For more information about shared namespaces, see [Cross-account Cloud Map namespace sharing] in the *Cloud Map Developer Guide*.

[1]: docs.aws.amazon.com/cloud-map/latest/dg/sharing-namespaces.html

Returns:

  • (String)


1116
1117
1118
1119
1120
# File 'lib/aws-sdk-servicediscovery/types.rb', line 1116

class GetServiceAttributesRequest < Struct.new(
  :service_id)
  SENSITIVE = []
  include Aws::Structure
end