Class: Aws::Types::CreateVpcIngressConnectionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateVpcIngressConnectionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Returns the value of attribute ingress_vpc_configuration.
-
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#vpc_ingress_connection_name ⇒ ::String
Returns the value of attribute vpc_ingress_connection_name.
Instance Attribute Details
#ingress_vpc_configuration ⇒ Types::IngressVpcConfiguration
Returns the value of attribute ingress_vpc_configuration.
182 183 184 |
# File 'sig/types.rbs', line 182 def ingress_vpc_configuration @ingress_vpc_configuration end |
#service_arn ⇒ ::String
Returns the value of attribute service_arn.
180 181 182 |
# File 'sig/types.rbs', line 180 def service_arn @service_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
183 184 185 |
# File 'sig/types.rbs', line 183 def @tags end |
#vpc_ingress_connection_name ⇒ ::String
Returns the value of attribute vpc_ingress_connection_name.
181 182 183 |
# File 'sig/types.rbs', line 181 def vpc_ingress_connection_name @vpc_ingress_connection_name end |