Class: Aws::Types::AwsCloudMapServiceDiscovery

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Array[Types::AwsCloudMapInstanceAttribute]

Returns the value of attribute attributes.

Returns:



29
30
31
# File 'sig/types.rbs', line 29

def attributes
  @attributes
end

#ip_preference"IPv6_PREFERRED", ...

Returns the value of attribute ip_preference.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def ip_preference
  @ip_preference
end

#namespace_name::String

Returns the value of attribute namespace_name.

Returns:



31
32
33
# File 'sig/types.rbs', line 31

def namespace_name
  @namespace_name
end

#service_name::String

Returns the value of attribute service_name.

Returns:



32
33
34
# File 'sig/types.rbs', line 32

def service_name
  @service_name
end