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)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2884
2885
2886
# File 'sig/types.rbs', line 2884

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:



2886
2887
2888
# File 'sig/types.rbs', line 2886

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2885
2886
2887
# File 'sig/types.rbs', line 2885

def vpc_id
  @vpc_id
end