Class: Aws::Types::CreateRouteTableRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3074
3075
3076
# File 'sig/types.rbs', line 3074

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3075
3076
3077
# File 'sig/types.rbs', line 3075

def dry_run
  @dry_run
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3073
3074
3075
# File 'sig/types.rbs', line 3073

def tag_specifications
  @tag_specifications
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


3076
3077
3078
# File 'sig/types.rbs', line 3076

def vpc_id
  @vpc_id
end