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)


2725
2726
2727
# File 'sig/types.rbs', line 2725

def dry_run
  @dry_run
end

#local_gateway_route_table_id::String

Returns the value of attribute local_gateway_route_table_id.

Returns:

  • (::String)


2722
2723
2724
# File 'sig/types.rbs', line 2722

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:



2724
2725
2726
# File 'sig/types.rbs', line 2724

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2723
2724
2725
# File 'sig/types.rbs', line 2723

def vpc_id
  @vpc_id
end