Class: Aws::Types::InstanceConnectEndpointDnsNames
- Inherits:
-
Object
- Object
- Aws::Types::InstanceConnectEndpointDnsNames
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
-
#fips_dns_name ⇒ ::String
Returns the value of attribute fips_dns_name.
Instance Attribute Details
#dns_name ⇒ ::String
Returns the value of attribute dns_name.
11360 11361 11362 |
# File 'sig/types.rbs', line 11360 def dns_name @dns_name end |
#fips_dns_name ⇒ ::String
Returns the value of attribute fips_dns_name.
11361 11362 11363 |
# File 'sig/types.rbs', line 11361 def fips_dns_name @fips_dns_name end |