Class: Aws::Types::VpcTransitConfigurationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_4_cidr_blocks::Array[::String]

Returns the value of attribute ipv_4_cidr_blocks.

Returns:

  • (::Array[::String])


696
697
698
# File 'sig/types.rbs', line 696

def ipv_4_cidr_blocks
  @ipv_4_cidr_blocks
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def transit_gateway_id
  @transit_gateway_id
end

#transit_gateway_resource_share_arn::String

Returns the value of attribute transit_gateway_resource_share_arn.

Returns:

  • (::String)


698
699
700
# File 'sig/types.rbs', line 698

def transit_gateway_resource_share_arn
  @transit_gateway_resource_share_arn
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


695
696
697
# File 'sig/types.rbs', line 695

def vpc_id
  @vpc_id
end