Class: Aws::Types::CreateVpcIngressConnectionRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:



183
184
185
# File 'sig/types.rbs', line 183

def tags
  @tags
end

#vpc_ingress_connection_name ⇒ ::String

Returns the value of attribute vpc_ingress_connection_name.

Returns:

  • (::String)


181
182
183
# File 'sig/types.rbs', line 181

def vpc_ingress_connection_name
  @vpc_ingress_connection_name
end