Class: Aws::Types::ServiceDiscovery

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: AwsCloudMap, Dns, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_cloud_mapTypes::AwsCloudMapServiceDiscovery

Returns the value of attribute aws_cloud_map.



1065
1066
1067
# File 'sig/types.rbs', line 1065

def aws_cloud_map
  @aws_cloud_map
end

#dnsTypes::DnsServiceDiscovery

Returns the value of attribute dns.



1066
1067
1068
# File 'sig/types.rbs', line 1066

def dns
  @dns
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1067
1068
1069
# File 'sig/types.rbs', line 1067

def unknown
  @unknown
end