Class: Aws::Types::ServiceDiscovery
- Inherits:
-
Object
- Object
- Aws::Types::ServiceDiscovery
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AwsCloudMap, Dns, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_cloud_map ⇒ Types::AwsCloudMapServiceDiscovery
Returns the value of attribute aws_cloud_map.
-
#dns ⇒ Types::DnsServiceDiscovery
Returns the value of attribute dns.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#aws_cloud_map ⇒ Types::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 |
#dns ⇒ Types::DnsServiceDiscovery
Returns the value of attribute dns.
1066 1067 1068 |
# File 'sig/types.rbs', line 1066 def dns @dns end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1067 1068 1069 |
# File 'sig/types.rbs', line 1067 def unknown @unknown end |