Class: Aws::Types::AwsCloudMapServiceDiscovery
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudMapServiceDiscovery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Array[Types::AwsCloudMapInstanceAttribute]
Returns the value of attribute attributes.
-
#ip_preference ⇒ "IPv6_PREFERRED", ...
Returns the value of attribute ip_preference.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#attributes ⇒ ::Array[Types::AwsCloudMapInstanceAttribute]
Returns the value of attribute attributes.
29 30 31 |
# File 'sig/types.rbs', line 29 def attributes @attributes end |
#ip_preference ⇒ "IPv6_PREFERRED", ...
Returns the value of attribute ip_preference.
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.
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.
32 33 34 |
# File 'sig/types.rbs', line 32 def service_name @service_name end |