Class: Aws::Types::CreateLocalGatewayRouteTableVpcAssociationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


2837
2838
2839
# File 'sig/types.rbs', line 2837

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2834
2835
2836
# File 'sig/types.rbs', line 2834

def local_gateway_route_table_id
  @local_gateway_route_table_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



2836
2837
2838
# File 'sig/types.rbs', line 2836

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2835
2836
2837
# File 'sig/types.rbs', line 2835

def vpc_id
  @vpc_id
end