Class: Aws::Types::TransitGatewayConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_network_acl_configuration::Array[Types::NetworkACLEntry]

Returns the value of attribute attachment_network_acl_configuration.

Returns:



1041
1042
1043
# File 'sig/types.rbs', line 1041

def attachment_network_acl_configuration
  @attachment_network_acl_configuration
end

#routable_cidr_space::String

Returns the value of attribute routable_cidr_space.

Returns:

  • (::String)


1040
1041
1042
# File 'sig/types.rbs', line 1040

def routable_cidr_space
  @routable_cidr_space
end

#transit_gateway_id::String

Returns the value of attribute transit_gateway_id.

Returns:

  • (::String)


1039
1040
1041
# File 'sig/types.rbs', line 1039

def transit_gateway_id
  @transit_gateway_id
end