Class: Aws::Types::VpcDNSTarget
- Inherits:
-
Object
- Object
- Aws::Types::VpcDNSTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
-
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
742 743 744 |
# File 'sig/types.rbs', line 742 def domain_name @domain_name end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def vpc_id @vpc_id end |
#vpc_ingress_connection_arn ⇒ ::String
Returns the value of attribute vpc_ingress_connection_arn.
740 741 742 |
# File 'sig/types.rbs', line 740 def vpc_ingress_connection_arn @vpc_ingress_connection_arn end |