Class: Aws::Types::CreateRouteServerEndpointRequest

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)


3031
3032
3033
# File 'sig/types.rbs', line 3031

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3032
3033
3034
# File 'sig/types.rbs', line 3032

def dry_run
  @dry_run
end

#route_server_id::String

Returns the value of attribute route_server_id.

Returns:

  • (::String)


3029
3030
3031
# File 'sig/types.rbs', line 3029

def route_server_id
  @route_server_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


3030
3031
3032
# File 'sig/types.rbs', line 3030

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3033
3034
3035
# File 'sig/types.rbs', line 3033

def tag_specifications
  @tag_specifications
end